11 lines
364 B
Matlab
11 lines
364 B
Matlab
classdef AWG_test < IMDDTestCase
|
|
% Auto-generated placeholder for AWG.
|
|
% Target: C:/Users/Silas/Documents/MATLAB/imdd_simulation/Classes/01_transmit/AWG.m
|
|
|
|
methods (Test, TestTags = {'placeholder', 'todo'})
|
|
function testNotImplemented(testCase)
|
|
testCase.assumeFail("Tests for AWG are not implemented yet.");
|
|
end
|
|
end
|
|
end
|