Uses of Record Class
org.ek9lang.cli.DiscoveredTest
Packages that use DiscoveredTest
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of DiscoveredTest in org.ek9lang.cli
Methods in org.ek9lang.cli that return DiscoveredTestModifier and TypeMethodDescription(package private) DiscoveredTestTestCaseDiscovery.discoverWithMetadata(TestProgram test) Discover a test program with full metadata including test type classification.Methods in org.ek9lang.cli that return types with arguments of type DiscoveredTestModifier and TypeMethodDescription(package private) List<DiscoveredTest> TestRunner.discoverTestsWithMetadata()Discover all tests with full metadata (test type, test cases).Method parameters in org.ek9lang.cli with type arguments of type DiscoveredTestModifier and TypeMethodDescriptionvoidHumanTestFormatter.reportDiscovery(List<DiscoveredTest> tests, PrintStream out) voidJsonTestFormatter.reportDiscovery(List<DiscoveredTest> tests, PrintStream out) voidJUnitXmlFormatter.reportDiscovery(List<DiscoveredTest> tests, PrintStream out) voidTerseTestFormatter.reportDiscovery(List<DiscoveredTest> tests, PrintStream out) voidTestResultFormatter.reportDiscovery(List<DiscoveredTest> tests, PrintStream out) Report the discovery of tests before execution begins.