Download this file

7 lines (6 with data), 150 Bytes

1
2
3
4
5
6
7
function test_suite = testSample
initTestSuite;
function testMyCode
assertEqual(1, 1);
assertElementsAlmostEqual(1, 1.1);
assertTrue(10 == 10);