gambas-source-code/main/lib/test/gb.test/.test
Christof Thalhofer 6f4c24c3e1 gb.test test all assertions
[GB.TEST]
* NEW: Assert.IntendedFailure move to Test.IntendedFailure
* NEW: TAllAsserts tests all assertions (3 todo left)
2020-05-28 11:14:58 +02:00

25 lines
957 B
Text

[TestSuites]
Count=5
TestWith=4
Default="TSummary.DoTodo"
[TestSuites/1]
Name="! Must Bail out!"
Tests="TBailout.Bailout"
[TestSuites/2]
Name="! Must fail (a couple of crashes)"
Tests="TCrashes.DoACrash;ErrorTwo"
[TestSuites/3]
Name="! Must fail (wrong plan)"
Tests="TWrongPlan.IHaveAWrongPlan"
[TestSuites/4]
Name="All good"
Tests="TAllAsserts.Approximate;Equals;Error;ErrorCode;Fail;Greater;GreaterEqual;IsType;Less;LessEqual;Like;Match;NotNull;NotOk;Notequals;Noterror;Null;Ok;Pass;RelativeApproximate;StringEquals,TElse.NoMessage;NoMessageInbetween;Note,TEmpty,TFailures.EqualsFailure;Error;LongFailure;LongTypeMismatchFailure;StringFailure,TInternals.CommandsToString;FindTestSuiteByName;InterpreterInterface;ParseTestCommands;ReflectTest;ReflectTestsString,TSetup.NameOfMethodDoesNotStartWithTest;TestFirst,TSkipAll.SkipAll"
[TestSuites/5]
Name="Keep this test suite, it is necessary for testing gb.test."
Tests="TInternals.FindTestSuiteByName"