Tabnine Logo
AbstractMojoTestCase.newMojoExecution
Code IndexAdd Tabnine to your IDE (free)

How to use
newMojoExecution
method
in
org.apache.maven.plugin.testing.AbstractMojoTestCase

Best Java code snippets using org.apache.maven.plugin.testing.AbstractMojoTestCase.newMojoExecution (Showing top 4 results out of 315)

origin: org.apache.maven.plugin-testing/maven-plugin-testing-harness

public MojoExecution newMojoExecution( String goal )
{
  return testCase.newMojoExecution( goal );
}
origin: org.apache.maven.plugin-testing/maven-plugin-testing-harness

/**
 * 
 * @param project
 * @param goal
 * @return
 * @throws Exception
 * @since 2.0
 */
protected Mojo lookupConfiguredMojo( MavenProject project, String goal )
  throws Exception
{
  return lookupConfiguredMojo( newMavenSession( project ), newMojoExecution( goal ) );
}
origin: com.simpligility.org.apache.maven.plugin-testing/maven-plugin-testing-harness

public MojoExecution newMojoExecution( String goal )
{
  return testCase.newMojoExecution( goal );
}
origin: com.simpligility.org.apache.maven.plugin-testing/maven-plugin-testing-harness

/**
 * 
 * @param project
 * @param goal
 * @return
 * @throws Exception
 * @since 2.0
 */
protected Mojo lookupConfiguredMojo( MavenProject project, String goal )
  throws Exception
{
  return lookupConfiguredMojo( newMavenSession( project ), newMojoExecution( goal ) );
}
org.apache.maven.plugin.testingAbstractMojoTestCasenewMojoExecution

Popular methods of AbstractMojoTestCase

  • setUp
  • tearDown
  • getContainer
  • lookupMojo
    lookup the mojo while we have all of the relavent information
  • assertNotNull
  • configureMojo
    Configure the mojo with the given plexus configuration
  • extractPluginConfiguration
  • fail
  • finalizeMojoConfiguration
  • getBasedir
  • getPluginDescriptorLocation
  • getPluginDescriptorPath
  • getPluginDescriptorLocation,
  • getPluginDescriptorPath,
  • getPublicDescriptorStream,
  • getVariableValueFromObject,
  • getVariablesAndValuesFromObject,
  • lookup,
  • lookupConfiguredMojo,
  • lookupEmptyMojo,
  • newMavenSession

Popular in Java

  • Start an intent from android
  • setRequestProperty (URLConnection)
  • onCreateOptionsMenu (Activity)
  • putExtra (Intent)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Path (java.nio.file)
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • JTextField (javax.swing)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now