Uses of Enum Class
org.ek9lang.cli.TestConfigurationError
Packages that use TestConfigurationError
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of TestConfigurationError in org.ek9lang.cli
Subclasses with type arguments of type TestConfigurationError in org.ek9lang.cliModifier and TypeClassDescriptionenumError codes for test configuration and execution problems.Methods in org.ek9lang.cli that return TestConfigurationErrorModifier and TypeMethodDescriptionTestConfigurationValidator.TestConfigurationIssue.error()Returns the value of theerrorrecord component.static TestConfigurationErrorReturns the enum constant of this class with the specified name.static TestConfigurationError[]TestConfigurationError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ek9lang.cli with parameters of type TestConfigurationErrorModifierConstructorDescriptionTestConfigurationIssue(TestConfigurationError error, Path location, String message, String suggestion) Creates an instance of aTestConfigurationIssuerecord class.