Directory: ./
classes and launch/helper routines which comprise mgunit
.pro files
- assert.pro
Raises an error if the given condition is not met.
- error_is_fail.pro
- error_is_pass.pro
- mgunit.pro
Runs unit tests provided.
- mgunit_version.pro
Returns mgunit version.
- mgunit_wrapper.pro
Command line wrapper for mgunit.
- mguttestcase__define.pro
Subclass MGutTestCase to actually write tests.
- mguttestsuite__define.pro
Test suites are containers for test cases.