Uses of Interface
org.ek9lang.cli.TestResultFormatter
Packages that use TestResultFormatter
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of TestResultFormatter in org.ek9lang.cli
Classes in org.ek9lang.cli that implement TestResultFormatterModifier and TypeClassDescription(package private) final classHuman-readable test output formatter (-t or -t1).(package private) final classJSON test output formatter (-t2).(package private) final classJUnit XML test output formatter (-t3).(package private) final classTerse test output formatter (-t0).Methods in org.ek9lang.cli that return TestResultFormatterModifier and TypeMethodDescriptionstatic TestResultFormatterTestResultFormatter.create(TestOutputFormat format, boolean verbose) Create a formatter for the specified output format.