MGunit documentation

Unit testing for IDL

Directory: ./

.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.

mgunit_wrapper.pro

Command line wrapper for mgunit.

mgutclirunner__define.pro

Results for tests, test cases, and test suites are reported to the test runner.

mgutcompoundrunner__define.pro

Results for tests, test cases, and test suites are reported to the test runner.

mgutguirunner__define.pro

Results for tests, test cases, and test suites are reported to the test runner.

mguthtmlrunner__define.pro

Results for tests, test cases, and test suites are reported to the test runner.

mguttestcase__define.pro

Subclass MGtestCase to actually write tests.

mguttestrunner__define.pro

Results for tests, test cases, and test suites are reported to the test runner.

mguttestsuite__define.pro

Test suites are containers for test cases.