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

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

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

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

public Mojo lookupConfiguredMojo( MavenSession session, MojoExecution execution )
  throws Exception, ComponentConfigurationException
{
  return testCase.lookupConfiguredMojo( session, execution );
}
origin: org.apache.maven.plugin-testing/maven-plugin-testing-harness

public Mojo lookupConfiguredMojo( MavenProject project, String goal )
  throws Exception
{
  return testCase.lookupConfiguredMojo( project, 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 Mojo lookupConfiguredMojo( MavenSession session, MojoExecution execution )
  throws Exception, ComponentConfigurationException
{
  return testCase.lookupConfiguredMojo( session, execution );
}
origin: com.simpligility.org.apache.maven.plugin-testing/maven-plugin-testing-harness

public Mojo lookupConfiguredMojo( MavenProject project, String goal )
  throws Exception
{
  return testCase.lookupConfiguredMojo( project, 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.testingAbstractMojoTestCaselookupConfiguredMojo

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,
  • lookupEmptyMojo,
  • newMavenSession,
  • newMojoExecution

Popular in Java

  • Making http requests using okhttp
  • requestLocationUpdates (LocationManager)
  • getSupportFragmentManager (FragmentActivity)
  • getSystemService (Context)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • JButton (javax.swing)
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Top plugins for Android Studio
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