X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/nitunit_args4.res b/tests/sav/nitunit_args4.res index 91eb55f..7a74b0c 100644 --- a/tests/sav/nitunit_args4.res +++ b/tests/sav/nitunit_args4.res @@ -1,21 +1,22 @@ -DocUnits: -DocUnits Success -Entities: 4; Documented ones: 3; With nitunits: 3; Failures: 0 +==== Docunits of module test_nitunit2::test_nitunit2 | tests: 3 +[OK] test_nitunit2::test_nitunit2$core::Sys$foo1 +[OK] test_nitunit2::test_nitunit2$core::Sys$bar2 +[OK] test_nitunit2::test_nitunit2$core::Sys$foo3 -TestSuites: -No test cases found -Class suites: 0; Test Cases: 0; Failures: 0 -if true then +Docunits: Entities: 4; Documented ones: 3; With nitunits: 3; Failures: 0 +Test suites: Classes: 0; Test Cases: 0 +[SUCCESS] All 3 tests passed. +if true then assert true end -if true then +if true then assert true end -var a = 1 +var a = 1 assert a == 1 assert a == 1 - \ No newline at end of file + \ No newline at end of file