gambas-source-code/main/lib/test/gb.test/.test

26 lines
992 B
Text
Raw Normal View History

[TestSuites]
Count=5
2020-05-26 11:41:32 +02:00
TestWith=4
Default="TSummary.DoTodo"
[TestSuites/1]
2020-05-26 09:55:56 +02:00
Name="! Must Bail out!"
Tests="TBailout.Bailout"
2020-05-26 09:55:56 +02:00
[TestSuites/2]
Name="! Must fail (a couple of crashes)"
Tests="TCrashes.DoACrash;ErrorTwo"
2020-05-26 09:55:56 +02:00
[TestSuites/3]
Name="! Must fail (wrong plan)"
Tests="TWrongPlan.IHaveAWrongPlan"
2020-05-26 09:55:56 +02:00
[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"