Uses of Class
com.github.searls.jasmine.model.Reporter
-
Packages that use Reporter Package Description com.github.searls.jasmine.config com.github.searls.jasmine.model com.github.searls.jasmine.runner -
-
Uses of Reporter in com.github.searls.jasmine.config
Methods in com.github.searls.jasmine.config that return types with arguments of type Reporter Modifier and Type Method Description List<Reporter>ImmutableJasmineConfiguration. getReporters()List<Reporter>JasmineConfiguration. getReporters()Methods in com.github.searls.jasmine.config with parameters of type Reporter Modifier and Type Method Description ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. addReporters(Reporter element)Adds one element toreporterslist.ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. addReporters(Reporter... elements)Adds elements toreporterslist.ImmutableJasmineConfigurationImmutableJasmineConfiguration. withReporters(Reporter... elements)Copy the current immutable object with elements that replace the content ofreporters.Method parameters in com.github.searls.jasmine.config with type arguments of type Reporter Modifier and Type Method Description ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. addAllReporters(Iterable<? extends Reporter> elements)Adds elements toreporterslist.ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. reporters(Iterable<? extends Reporter> elements)Sets or replaces all elements forreporterslist.ImmutableJasmineConfigurationImmutableJasmineConfiguration. withReporters(Iterable<? extends Reporter> elements)Copy the current immutable object with elements that replace the content ofreporters. -
Uses of Reporter in com.github.searls.jasmine.model
Subclasses of Reporter in com.github.searls.jasmine.model Modifier and Type Class Description classFileSystemReporterFields in com.github.searls.jasmine.model declared as Reporter Modifier and Type Field Description static ReporterReporters. STANDARD_REPORTER -
Uses of Reporter in com.github.searls.jasmine.runner
Method parameters in com.github.searls.jasmine.runner with type arguments of type Reporter Modifier and Type Method Description JasmineResultSpecRunnerExecutor. execute(URL runnerUrl, org.openqa.selenium.WebDriver driver, int timeout, boolean debug, String format, List<Reporter> reporters, List<FileSystemReporter> fileSystemReporters)
-