Uses of Class
com.github.searls.jasmine.runner.ReporterType

Packages that use ReporterType
com.github.searls.jasmine.runner   
 

Uses of ReporterType in com.github.searls.jasmine.runner
 

Methods in com.github.searls.jasmine.runner that return ReporterType
static ReporterType ReporterType.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
 String SpecRunnerHtmlGenerator.generate(ReporterType reporterType, File customRunnerTemplate)
           
 



Copyright © 2011. All Rights Reserved.