Uses of Record Class
org.ek9lang.cli.TestCase
Packages that use TestCase
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of TestCase in org.ek9lang.cli
Methods in org.ek9lang.cli that return types with arguments of type TestCaseModifier and TypeMethodDescriptionTestCaseDiscovery.discover(TestProgram test) Discover all test cases for a test program.DiscoveredTest.testCases()Returns the value of thetestCasesrecord component.Constructor parameters in org.ek9lang.cli with type arguments of type TestCaseModifierConstructorDescriptionDiscoveredTest(TestProgram testProgram, TestType testType, List<TestCase> testCases) Constructor for tests without configuration errors.DiscoveredTest(TestProgram testProgram, TestType testType, List<TestCase> testCases, String configurationError) Creates an instance of aDiscoveredTestrecord class.