Uses of Class
com.github.searls.jasmine.runner.ReporterType
-
Packages that use ReporterType Package Description com.github.searls.jasmine.config com.github.searls.jasmine.runner -
-
Uses of ReporterType in com.github.searls.jasmine.config
Methods in com.github.searls.jasmine.config that return ReporterType Modifier and Type Method Description ReporterTypeImmutableJasmineConfiguration. getReporterType()ReporterTypeJasmineConfiguration. getReporterType()Methods in com.github.searls.jasmine.config with parameters of type ReporterType Modifier and Type Method Description ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. reporterType(ReporterType reporterType)Initializes the value for thereporterTypeattribute.ImmutableJasmineConfigurationImmutableJasmineConfiguration. withReporterType(ReporterType value)Copy the current immutable object by setting a value for thereporterTypeattribute. -
Uses of ReporterType in com.github.searls.jasmine.runner
Methods in com.github.searls.jasmine.runner that return ReporterType Modifier and Type Method Description abstract ReporterTypeHtmlGeneratorConfiguration. getReporterType()ReporterTypeImmutableHtmlGeneratorConfiguration. getReporterType()static ReporterTypeReporterType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReporterType[]ReporterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.searls.jasmine.runner with parameters of type ReporterType Modifier and Type Method Description ImmutableHtmlGeneratorConfiguration.BuilderImmutableHtmlGeneratorConfiguration.Builder. reporterType(ReporterType reporterType)Initializes the value for thereporterTypeattribute.ImmutableHtmlGeneratorConfigurationImmutableHtmlGeneratorConfiguration. withReporterType(ReporterType value)Copy the current immutable object by setting a value for thereporterTypeattribute.
-