A B C D E F G I J L M 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 : testDir : location where to find resources for the test pomFile : location of the pom file to use to build the mojo mojo : the instanciated and initialized mojo
AbstractMojoTest.MojoTestRule() - Constructor for class org.nuiton.plugin.AbstractMojoTest.MojoTestRule
 
addLicenseToRepository(File, String) - Method in class org.nuiton.license.BaseLicenseTestCase
Deprecated.  
assertLicenseFound(String, License) - Method in class org.nuiton.license.BaseLicenseTestCase
Deprecated.  

B

baseDir - Variable in class org.nuiton.license.BaseLicenseTestCase
Deprecated.  
basedir - Static variable in class org.nuiton.plugin.AbstractMojoTest
the basedir of the project
basedir - Static variable in class org.nuiton.plugin.TestHelper
 
basedir - Static variable in class org.nuiton.util.BasePluginTestCase
Deprecated.  
BaseLicenseTestCase - Class in org.nuiton.license
Deprecated. since 1.0.3, move all license stuff in maven-license-plugin
BaseLicenseTestCase() - Constructor for class org.nuiton.license.BaseLicenseTestCase
Deprecated.  
BasePluginTestCase<P extends org.nuiton.plugin.Plugin> - Class in org.nuiton.util
Deprecated. since 1.0.3, prefer use the AbstractMojoTest which need no more annotation on each test method.
BasePluginTestCase() - Constructor for class org.nuiton.util.BasePluginTestCase
Deprecated.  
BasePluginTestCase.MyAbstractMojoTestCase - Class in org.nuiton.util
Deprecated.  
BasePluginTestCase.MyAbstractMojoTestCase() - Constructor for class org.nuiton.util.BasePluginTestCase.MyAbstractMojoTestCase
Deprecated.  

C

canContinue - Variable in class org.nuiton.mail.plugin.SendEmailMojoTest
 
configItr - Static variable in class org.nuiton.util.BasePluginTestCase
Deprecated.  
createLicenseRepository(boolean) - Method in class org.nuiton.license.BaseLicenseTestCase
Deprecated.  
createMojo(File, String) - Method in class org.nuiton.plugin.AbstractMojoTest
Create the mojo base on the given pomFile for the given goalName.

D

delegate - Static variable in class org.nuiton.util.BasePluginTestCase
Deprecated.  
delegateMojoTest - Static variable in class org.nuiton.plugin.TestHelper
 

E

encoding - Static variable in class org.nuiton.license.BaseLicenseTestCase
Deprecated.  

F

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

G

getBaseDir() - Method in class org.nuiton.license.BaseLicenseTestCase
Deprecated.  
getBasedir() - Method in class org.nuiton.plugin.AbstractMojoTest
 
getBasedir() - Static method in class org.nuiton.plugin.TestHelper
 
getBaseDir() - Static method in class org.nuiton.util.BasePluginTestCase
Deprecated.  
getContainer() - Method in class org.nuiton.plugin.TestHelper.DelegateMojoTestCase
 
getContainer() - Method in class org.nuiton.util.BasePluginTestCase.MyAbstractMojoTestCase
Deprecated.  
getDelegateMojoTest() - Static method in class org.nuiton.plugin.TestHelper
 
getGoalName(String) - Method in class org.nuiton.license.plugin.LicensePluginTest
Deprecated.  
getGoalName(String) - Method in class org.nuiton.mail.plugin.SendEmailMojoTest
 
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
 
getTestDir() - Static method in class org.nuiton.util.BasePluginTestCase
Deprecated.  
goalName - Variable in class org.nuiton.util.BasePluginTestCase
Deprecated.  

I

initClass() - Static method in class org.nuiton.io.JavaFileUpdaterTest
 
initClass() - Static method in class org.nuiton.io.JaxxFileUpdaterTest
 
initClass() - Static method in class org.nuiton.util.JavaFileUpdaterTest
 
initClass() - Static method in class org.nuiton.util.JaxxFileUpdaterTest
 
initConfigs(Class<? extends BasePluginTestCase<P>>, String...) - Static method in class org.nuiton.util.BasePluginTestCase
Deprecated.  
initPomFile(PluginConfig) - Method in class org.nuiton.util.BasePluginTestCase
Deprecated.  
isVerbose() - Method in class org.nuiton.plugin.AbstractMojoTest
 
isVerbose() - Static method in class org.nuiton.plugin.TestHelper
 

J

JarLicenseResolverTest - Class in org.nuiton.license
Deprecated. since 1.0.3, move all license stuff in maven-license-plugin
JarLicenseResolverTest() - Constructor for class org.nuiton.license.JarLicenseResolverTest
Deprecated.  
JavaDummy - Class in org.nuiton.util
 
JavaDummy() - Constructor for class org.nuiton.util.JavaDummy
 
JavaFileUpdaterTest - Class in org.nuiton.io
Test of a FileUpdaterHelper.JavaFileUpdater on the test sourcepath and test-classpath
JavaFileUpdaterTest() - Constructor for class org.nuiton.io.JavaFileUpdaterTest
 
JavaFileUpdaterTest - Class in org.nuiton.util
Test of a FileUpdaterHelper.JavaFileUpdater on the test sourcepath and test-classpath
JavaFileUpdaterTest() - Constructor for class org.nuiton.util.JavaFileUpdaterTest
 
JaxxDummy - Class in org.nuiton.util
 
JaxxDummy() - Constructor for class org.nuiton.util.JaxxDummy
 
JaxxFileUpdaterTest - Class in org.nuiton.io
Test of a FileUpdaterHelper.JaxxFileUpdater on the test sourcepath
JaxxFileUpdaterTest() - Constructor for class org.nuiton.io.JaxxFileUpdaterTest
 
JaxxFileUpdaterTest - Class in org.nuiton.util
Test of a FileUpdaterHelper.JaxxFileUpdater on the test sourcepath
JaxxFileUpdaterTest() - Constructor for class org.nuiton.util.JaxxFileUpdaterTest
 

L

LicenseFactoryTest - Class in org.nuiton.license
Deprecated. since 1.0.3, move all license stuff in maven-license-plugin
LicenseFactoryTest() - Constructor for class org.nuiton.license.LicenseFactoryTest
Deprecated.  
LicensePluginTest - Class in org.nuiton.license.plugin
Deprecated. since 1.0.3, move all license stuff in maven-license-plugin
LicensePluginTest() - Constructor for class org.nuiton.license.plugin.LicensePluginTest
Deprecated.  
LicenseResolverTest - Class in org.nuiton.license
Deprecated. since 1.0.3, move all license stuff in maven-license-plugin
LicenseResolverTest() - Constructor for class org.nuiton.license.LicenseResolverTest
Deprecated.  
log - Static variable in class org.nuiton.plugin.AbstractMojoTest
Test logger
log - Static variable in class org.nuiton.util.BasePluginTestCase
Deprecated.  
lookupMojo(String, File) - Method in class org.nuiton.plugin.TestHelper.DelegateMojoTestCase
 
lookupMojo(String, File) - Static method in class org.nuiton.plugin.TestHelper
 
lookupMojo(String, File) - Method in class org.nuiton.util.BasePluginTestCase.MyAbstractMojoTestCase
Deprecated.  

M

mojo - Variable in class org.nuiton.util.BasePluginTestCase
Deprecated.  

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.io - package org.nuiton.io
 
org.nuiton.license - package org.nuiton.license
 
org.nuiton.license.plugin - package org.nuiton.license.plugin
 
org.nuiton.mail.plugin - package org.nuiton.mail.plugin
 
org.nuiton.plugin - package org.nuiton.plugin
 
org.nuiton.util - package org.nuiton.util
 

P

PluginConfig - Annotation Type in org.nuiton.util
Deprecated. since 1.0.3, prefer use the AbstractMojoTest which need no more annotation on each test method.
pomFile - Variable in class org.nuiton.util.BasePluginTestCase
Deprecated.  

S

sendEmail() - Method in class org.nuiton.mail.plugin.SendEmailMojoTest
 
SendEmailMojoTest - Class in org.nuiton.mail.plugin
 
SendEmailMojoTest() - Constructor for class org.nuiton.mail.plugin.SendEmailMojoTest
 
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
 
setUp() - Method in class org.nuiton.util.BasePluginTestCase.MyAbstractMojoTestCase
Deprecated.  
setUp() - Method in class org.nuiton.util.BasePluginTestCase
Deprecated.  
setUpMojo(LicensePlugin, File) - Method in class org.nuiton.license.plugin.LicensePluginTest
Deprecated.  
setUpMojo(SendEmailMojo, File) - Method in class org.nuiton.mail.plugin.SendEmailMojoTest
 
setUpMojo(P, File) - Method in class org.nuiton.plugin.AbstractMojoTest
Initialize the given mojo.
setVerbose(boolean) - Static method in class org.nuiton.plugin.TestHelper
 
skipSendEmail() - Method in class org.nuiton.mail.plugin.SendEmailMojoTest
 
starting(FrameworkMethod) - Method in class org.nuiton.plugin.AbstractMojoTest.MojoTestRule
 

T

tearDown() - Method in class org.nuiton.plugin.TestHelper.DelegateMojoTestCase
 
tearDown() - Method in class org.nuiton.util.BasePluginTestCase.MyAbstractMojoTestCase
Deprecated.  
testBasedir - Static variable in class org.nuiton.plugin.AbstractMojoTest
the basedir of all tests (by convention getBasedir()/target/test-classes).
testDir - Static variable in class org.nuiton.util.BasePluginTestCase
Deprecated.  
testGetLicenseNames() - Method in class org.nuiton.license.JarLicenseResolverTest
Deprecated.  
testGetLicenseNames() - Method in class org.nuiton.license.LicenseFactoryTest
Deprecated.  
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
 
testNewInstance() - Method in class org.nuiton.license.LicenseFactoryTest
Deprecated.  
testOne() - Method in class org.nuiton.license.plugin.LicensePluginTest
Deprecated.  
testResolv() - Method in class org.nuiton.license.JarLicenseResolverTest
Deprecated.  
testResolv() - Method in class org.nuiton.license.LicenseResolverTest
Deprecated.  
testResolvFailed1() - Method in class org.nuiton.license.JarLicenseResolverTest
Deprecated.  
testResolvFailed2() - Method in class org.nuiton.license.JarLicenseResolverTest
Deprecated.  
testResolvFailed3() - Method in class org.nuiton.license.JarLicenseResolverTest
Deprecated.  
testResolvIllegalArgumentException1() - Method in class org.nuiton.license.LicenseResolverTest
Deprecated.  
testResolvIllegalArgumentException2() - Method in class org.nuiton.license.LicenseResolverTest
Deprecated.  
testResolvIllegalArgumentException3() - Method in class org.nuiton.license.LicenseResolverTest
Deprecated.  
testResolvIllegalArgumentException4() - Method in class org.nuiton.license.LicenseResolverTest
Deprecated.  
testResolvIllegalArgumentException5() - Method in class org.nuiton.license.LicenseResolverTest
Deprecated.  
testSourceFileDoesNotHaveMirrorFile() - Method in class org.nuiton.io.JavaFileUpdaterTest
 
testSourceFileDoesNotHaveMirrorFile() - Method in class org.nuiton.io.JaxxFileUpdaterTest
 
testSourceFileDoesNotHaveMirrorFile() - Method in class org.nuiton.util.JavaFileUpdaterTest
 
testSourceFileDoesNotHaveMirrorFile() - Method in class org.nuiton.util.JaxxFileUpdaterTest
 
testSourceFileIsNewerThanMirrorFile() - Method in class org.nuiton.io.JavaFileUpdaterTest
 
testSourceFileIsNewerThanMirrorFile() - Method in class org.nuiton.io.JaxxFileUpdaterTest
 
testSourceFileIsNewerThanMirrorFile() - Method in class org.nuiton.util.JavaFileUpdaterTest
 
testSourceFileIsNewerThanMirrorFile() - Method in class org.nuiton.util.JaxxFileUpdaterTest
 
testSourceFileIsUptoDate() - Method in class org.nuiton.io.JavaFileUpdaterTest
 
testSourceFileIsUptoDate() - Method in class org.nuiton.io.JaxxFileUpdaterTest
 
testSourceFileIsUptoDate() - Method in class org.nuiton.util.JavaFileUpdaterTest
 
testSourceFileIsUptoDate() - Method in class org.nuiton.util.JaxxFileUpdaterTest
 
testTwo() - Method in class org.nuiton.license.plugin.LicensePluginTest
Deprecated.  

V

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

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

Copyright © 2009 CodeLutin. All Rights Reserved.