661 B
661 B
Tests
This folder is built around matlab.unittest.
Primary entrypoint:
results = run_all_tests();
results = run_all_tests("profile","full");
results = run_all_tests("profile","placeholder");
Profiles:
fast: implemented fast tests onlyfull: implemented non-hardware testsunit: implemented unit testshardware: hardware-tagged testsplaceholder: explicitassumeFailplaceholdersall: everything discovered underTests
To generate placeholders for untested classes:
generateTests();
New tests should inherit from IMDDTestCase and use TestTags so they can
participate in the profiles above.