A B C D F G I L N O P S T V 

A

AbstractMojoTest<P extends org.nuiton.plugin.Plugin> - Class in org.nuiton.plugin
Base test class for a mojo.
AbstractMojoTest() - Constructor for class org.nuiton.plugin.AbstractMojoTest
 
AbstractMojoTest.MojoTestRule - Class in org.nuiton.plugin
To offer inside each test method (annotated by a Test) the following properties :

AbstractMojoTest.MojoTestRule.testDir : location where to find resources for the test AbstractMojoTest.MojoTestRule.pomFile : location of the pom file to use to build the mojo AbstractMojoTest.MojoTestRule.mojo : the instanciated and initialized mojo

AbstractMojoTest.MojoTestRule() - Constructor for class org.nuiton.plugin.AbstractMojoTest.MojoTestRule
 

B

basedir - Static variable in class org.nuiton.plugin.AbstractMojoTest
the basedir of the project
basedir - Static variable in class org.nuiton.plugin.TestHelper
 

C

checkExistsPattern(File, String, String, boolean) - Method in class org.nuiton.plugin.AbstractMojoTest
Checks on the given file that : file exists the given pattern exists required = true (or not required = false) in the content of the file.
checkPattern(File, String, String, boolean) - Method in class org.nuiton.plugin.AbstractMojoTest
 
clearMojo(P) - Method in class org.nuiton.plugin.AbstractMojoTest
 
createMojo(File, String) - Method in class org.nuiton.plugin.AbstractMojoTest
Create the mojo base on the given pomFile for the given goalName.

D

delegateMojoTest - Static variable in class org.nuiton.plugin.TestHelper
 

F

finished(Description) - Method in class org.nuiton.plugin.AbstractMojoTest.MojoTestRule
 

G

getBasedir() - Method in class org.nuiton.plugin.AbstractMojoTest
 
getBasedir() - Static method in class org.nuiton.plugin.TestHelper
 
getContainer() - Method in class org.nuiton.plugin.TestHelper.DelegateMojoTestCase
 
getDelegateMojoTest() - Static method in class org.nuiton.plugin.TestHelper
 
getFile() - Method in class org.nuiton.plugin.PluginHelperTest
 
getGoalName(String) - Method in class org.nuiton.plugin.AbstractMojoTest
Obtain the name of the goal according to the methodName.
getMethodName() - Method in class org.nuiton.plugin.AbstractMojoTest
 
getMojo() - Method in class org.nuiton.plugin.AbstractMojoTest
 
getMojo() - Method in class org.nuiton.plugin.AbstractMojoTest.MojoTestRule
 
getPomFile(File, String, String) - Method in class org.nuiton.plugin.AbstractMojoTest
Obtain the location of the pom file to use for next mojo test.
getPomFile() - Method in class org.nuiton.plugin.AbstractMojoTest
 
getPomFile() - Method in class org.nuiton.plugin.AbstractMojoTest.MojoTestRule
 
getRelativePathFromBasedir(File) - Method in class org.nuiton.plugin.AbstractMojoTest
 
getRelativePathFromTestBasedir(File) - Method in class org.nuiton.plugin.AbstractMojoTest
 
getTest() - Method in class org.nuiton.plugin.AbstractMojoTest.MojoTestRule
 
getTestBasedir() - Method in class org.nuiton.plugin.AbstractMojoTest
 
getTestClass() - Method in class org.nuiton.plugin.AbstractMojoTest.MojoTestRule
 
getTestDir(String, String) - Method in class org.nuiton.plugin.AbstractMojoTest
Obtain the location of the directory where to find resources for the next test.
getTestDir() - Method in class org.nuiton.plugin.AbstractMojoTest
 
getTestDir() - Method in class org.nuiton.plugin.AbstractMojoTest.MojoTestRule
 
getTestDir(Class<?>, String) - Static method in class org.nuiton.plugin.TestHelper
 

I

isVerbose() - Method in class org.nuiton.plugin.AbstractMojoTest
 
isVerbose() - Static method in class org.nuiton.plugin.TestHelper
 

L

lookupMojo(String, File) - Method in class org.nuiton.plugin.TestHelper.DelegateMojoTestCase
 
lookupMojo(String, File) - Static method in class org.nuiton.plugin.TestHelper
 

N

name - Variable in class org.nuiton.plugin.AbstractMojoTest
Your test rule which offers methodName, testDir, pomFile and mojo inside test methods.

O

org.nuiton.plugin - package org.nuiton.plugin
 

P

PluginHelperTest - Class in org.nuiton.plugin
Tests the PluginHelper class.
PluginHelperTest() - Constructor for class org.nuiton.plugin.PluginHelperTest
 

S

setBasedir(File) - Static method in class org.nuiton.plugin.TestHelper
 
setDelegateMojoTest(TestHelper.DelegateMojoTestCase) - Static method in class org.nuiton.plugin.TestHelper
 
setUp() - Method in class org.nuiton.plugin.TestHelper.DelegateMojoTestCase
 
setUpMojo(P, File) - Method in class org.nuiton.plugin.AbstractMojoTest
Initialize the given mojo.
setVerbose(boolean) - Static method in class org.nuiton.plugin.TestHelper
 
starting(Description) - Method in class org.nuiton.plugin.AbstractMojoTest.MojoTestRule
 

T

tearDown() - Method in class org.nuiton.plugin.TestHelper.DelegateMojoTestCase
 
testBasedir - Static variable in class org.nuiton.plugin.AbstractMojoTest
the basedir of all tests (by convention getBasedir()/target/test-classes).
testGetLines() - Method in class org.nuiton.plugin.PluginHelperTest
 
testGetLinesAsFiles() - Method in class org.nuiton.plugin.PluginHelperTest
 
testGetLinesAsURL() - Method in class org.nuiton.plugin.PluginHelperTest
 
TestHelper - Class in org.nuiton.plugin
 
TestHelper() - Constructor for class org.nuiton.plugin.TestHelper
 
TestHelper.DelegateMojoTestCase - Class in org.nuiton.plugin
 
TestHelper.DelegateMojoTestCase() - Constructor for class org.nuiton.plugin.TestHelper.DelegateMojoTestCase
 

V

verbose - Static variable in class org.nuiton.plugin.TestHelper
 
A B C D F G I L N O P S T V 

Copyright © 2009-2012 CodeLutin. All Rights Reserved.