Uses of Class
de.saumya.mojo.tests.JRubyRun.Mode

Packages that use JRubyRun.Mode
de.saumya.mojo.runit   
de.saumya.mojo.tests   
 

Uses of JRubyRun.Mode in de.saumya.mojo.runit
 

Methods in de.saumya.mojo.runit with parameters of type JRubyRun.Mode
protected  TestScriptFactory RUnitMojo.newTestScriptFactory(JRubyRun.Mode mode)
           
protected  JRubyRun.Result RUnitMojo.runIt(ScriptFactory factory, JRubyRun.Mode mode, java.lang.String version, TestScriptFactory scriptFactory)
           
 

Uses of JRubyRun.Mode in de.saumya.mojo.tests
 

Fields in de.saumya.mojo.tests declared as JRubyRun.Mode
 JRubyRun.Mode JRubyRun.mode
           
 

Methods in de.saumya.mojo.tests that return JRubyRun.Mode
 JRubyRun.Mode[] JRubyRun.asSingleModes()
           
static JRubyRun.Mode JRubyRun.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JRubyRun.Mode[] JRubyRun.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.saumya.mojo.tests with parameters of type JRubyRun.Mode
 JRubyRun.Result TestResultManager.generateReports(JRubyRun.Mode mode, java.lang.String version, java.io.File outputfile)
           
protected abstract  TestScriptFactory AbstractTestMojo.newTestScriptFactory(JRubyRun.Mode mode)
           
 JRubyRun.Result JRubyRun.result(JRubyRun.Mode mode)
           
protected abstract  JRubyRun.Result AbstractTestMojo.runIt(ScriptFactory factory, JRubyRun.Mode mode, java.lang.String version, TestScriptFactory testScriptFactory)
           
 void JRubyRun.setResult(JRubyRun.Mode mode, JRubyRun.Result result)
           
 java.lang.String JRubyRun.toString(JRubyRun.Mode mode)
           
 

Constructors in de.saumya.mojo.tests with parameters of type JRubyRun.Mode
JRubyRun(JRubyRun.Mode mode, java.lang.String version)
           
 



Copyright © 2012. All Rights Reserved.