Uses of Class
de.saumya.mojo.tests.JRubyRun.Result
Packages that use JRubyRun.Result
Package
Description
-
Uses of JRubyRun.Result in de.saumya.mojo.minitest
Methods in de.saumya.mojo.minitest that return JRubyRun.ResultModifier and TypeMethodDescriptionprotected JRubyRun.ResultMinispecMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory scriptFactory) protected JRubyRun.ResultMinitestMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory scriptFactory) -
Uses of JRubyRun.Result in de.saumya.mojo.rspec
Methods in de.saumya.mojo.rspec that return JRubyRun.ResultModifier and TypeMethodDescriptionprotected JRubyRun.ResultRSpecMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory scriptFactory) -
Uses of JRubyRun.Result in de.saumya.mojo.runit
Methods in de.saumya.mojo.runit that return JRubyRun.ResultModifier and TypeMethodDescriptionprotected JRubyRun.ResultRUnitMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory scriptFactory) -
Uses of JRubyRun.Result in de.saumya.mojo.tests
Fields in de.saumya.mojo.tests declared as JRubyRun.ResultMethods in de.saumya.mojo.tests that return JRubyRun.ResultModifier and TypeMethodDescriptionTestResultManager.generateReports(JRubyVersion.Mode mode, JRubyVersion version, File outputfile) JRubyRun.result(JRubyVersion.Mode mode) protected abstract JRubyRun.ResultAbstractTestMojo.runIt(ScriptFactory factory, JRubyVersion.Mode mode, JRubyVersion version, TestScriptFactory testScriptFactory) Methods in de.saumya.mojo.tests with parameters of type JRubyRun.ResultModifier and TypeMethodDescriptionvoidJRubyRun.setResult(JRubyVersion.Mode mode, JRubyRun.Result result)