classdef MLSE_viterbi_test < matlab.unittest.TestCase % Test class for MLSE_viterbi methods (Test) function testExample(testCase) % Example test case for MLSE_viterbi % Add your test code here testCase.verifyTrue(true); end end end