gambas-source-code/main/lib/test/gb.test/.test
Christof Thalhofer 315c383a4d gb.test run testsuite by name from settings
[GB.TEST]
* OPT: gb.test: Run test suite by name from settings
2020-05-27 20:56:33 +02:00

25 lines
1.2 KiB
Text

[TestSuites]
Count=5
TestWith=4
Default="TestAllAsserts,TestFailures.TestEqualsFailure;TestLongFailure;TestLongTypeMismatchFailure;TestStringFailure,TestInternals.CommandsToString;InterpreterInterface;ParseTestCommands;ReflectTest;ReflectTestsString"
[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.Assert;AssertEmpty;AssertEqualsDate;AssertEqualsFloat;AssertEqualsLong;AssertEqualsObject;AssertEqualsString;AssertError;AssertErrorCode;AssertNotNull;Like;Note;TodoErrorCode,TElse.NoMessage;NoMessageInbetween;Note,TEmpty,TError.Error,TFailures.EqualsFailure;Error;LongFailure;LongTypeMismatchFailure;StringFailure,TInternals.CommandsToString;FindTestSuiteByName;InterpreterInterface;ParseTestCommands;ReflectTest;ReflectTestsString,TSetup.NameOfMethodDoesNotStartWithTest;TestFirst,TSummary.DoSkip;DoSomeAsserts;DoTodo"
[TestSuites/5]
Name="Keep this test suite, it is necessary for testing gb.test."
Tests="TInternals.FindTestSuiteByName"