public class RUnitMojo extends AbstractTestMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
skipRunit
skip the ruby unit tests
Command line -DskipRunit=... |
skip, skipTests, summaryReport, testReportDirectory, use18and19binDirectory, gemHome, gemPath, gemsConfig, gemsInstaller, gemUseSystem, includeOpenSSL, includeRubygemsInResources, includeRubygemsInTestResources, installRDoc, installRI, manager, plugin, supportNative, unzipargs, classRealm, DEFAULT_JRUBY_VERSION, env, factory, JRUBY_COMPLETE, JRUBY_CORE, JRUBY_STDLIB, jrubyFork, jrubyJvmArgs, jrubySwitches, jrubyVerbose, libDirectory, localRepository, logger, project, repositorySystem, rubySourceDirectory| Constructor and Description |
|---|
RUnitMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected TestScriptFactory |
newTestScriptFactory(JRubyRun.Mode mode) |
protected JRubyRun.Result |
runIt(ScriptFactory factory,
JRubyRun.Mode mode,
String version,
TestScriptFactory scriptFactory) |
executeWithGems, runItexecuteJRuby, getRemoteRepos, newScriptFactorygetJrubyVersion, launchDirectory, resolveJRubyArtifact, resolveJRubyCompleteArtifact, resolveJRubyStdlibArtifactprotected boolean skipRunit
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoexecute in class AbstractGemMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected JRubyRun.Result runIt(ScriptFactory factory, JRubyRun.Mode mode, String version, TestScriptFactory scriptFactory) throws IOException, ScriptException, org.apache.maven.plugin.MojoExecutionException
runIt in class AbstractTestMojoIOExceptionScriptExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected TestScriptFactory newTestScriptFactory(JRubyRun.Mode mode)
newTestScriptFactory in class AbstractTestMojoCopyright © 2013. All Rights Reserved.