| Package | Description |
|---|---|
| de.saumya.mojo.cucumber | |
| de.saumya.mojo.jruby | |
| de.saumya.mojo.minitest | |
| de.saumya.mojo.rspec | |
| de.saumya.mojo.runit | |
| de.saumya.mojo.tests |
| Modifier and Type | Method and Description |
|---|---|
protected JRubyRun.Result |
CucumberMojo.runIt(ScriptFactory factory,
JRubyVersion.Mode mode,
JRubyVersion version,
TestScriptFactory scriptFactory) |
| Modifier and Type | Method and Description |
|---|---|
JRubyVersion.Mode |
JRubyVersion.defaultMode() |
static JRubyVersion.Mode |
JRubyVersion.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JRubyVersion.Mode[] |
JRubyVersion.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JRubyVersion.hasMode(JRubyVersion.Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected JRubyRun.Result |
MinitestMojo.runIt(ScriptFactory factory,
JRubyVersion.Mode mode,
JRubyVersion version,
TestScriptFactory scriptFactory) |
protected JRubyRun.Result |
MinispecMojo.runIt(ScriptFactory factory,
JRubyVersion.Mode mode,
JRubyVersion version,
TestScriptFactory scriptFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected JRubyRun.Result |
RSpecMojo.runIt(ScriptFactory factory,
JRubyVersion.Mode mode,
JRubyVersion version,
TestScriptFactory scriptFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected JRubyRun.Result |
RUnitMojo.runIt(ScriptFactory factory,
JRubyVersion.Mode mode,
JRubyVersion version,
TestScriptFactory scriptFactory) |
| Modifier and Type | Field and Description |
|---|---|
JRubyVersion.Mode[] |
JRubyRun.modes |
| Modifier and Type | Method and Description |
|---|---|
JRubyRun.Result |
TestResultManager.generateReports(JRubyVersion.Mode mode,
JRubyVersion version,
File outputfile) |
JRubyRun.Result |
JRubyRun.result(JRubyVersion.Mode mode) |
protected abstract JRubyRun.Result |
AbstractTestMojo.runIt(ScriptFactory factory,
JRubyVersion.Mode mode,
JRubyVersion version,
TestScriptFactory testScriptFactory) |
void |
JRubyRun.setResult(JRubyVersion.Mode mode,
JRubyRun.Result result) |
String |
JRubyRun.toString(JRubyVersion.Mode mode) |
| Constructor and Description |
|---|
JRubyRun(boolean isDefault,
JRubyVersion version,
JRubyVersion.Mode... modes) |
JRubyRun(JRubyVersion version,
JRubyVersion.Mode... modes) |
Copyright © 2021. All rights reserved.