Package org.apache.maven.plugins.invoker
Class InvokerPropertiesTest
- java.lang.Object
-
- org.apache.maven.plugins.invoker.InvokerPropertiesTest
-
public class InvokerPropertiesTest extends java.lang.ObjectTests the invoker properties facade.- Author:
- Benjamin Bentmann
-
-
Constructor Summary
Constructors Constructor Description InvokerPropertiesTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestConfigureEnvironmentVariables()voidtestConfigureEnvironmentVariablesWithIndex()voidtestConfigureRequestDebug()voidtestConfigureRequestEmptyProperties()voidtestConfigureRequestFailureBehavior()voidtestConfigureRequestFailureBehaviorUnKnownName()voidtestConfigureRequestGoals()voidtestConfigureRequestMavenOpts()voidtestConfigureRequestOffline()voidtestConfigureRequestProfiles()voidtestConfigureRequestProject()voidtestConfigureRequestRecursion()voidtestConstructorNullSafe()voidtestGetInvokerProperty()voidtestGetJobName()voidtestGetToolchains()voidtestGetToolchainsForEmptyProperties()voidtestGetToolchainsWithIndex()voidtestIsExpectedResult()voidtestIsInvocationDefined()voidtestIsSelectedDefined()
-
-
-
Method Detail
-
testConstructorNullSafe
public void testConstructorNullSafe()
-
testGetInvokerProperty
public void testGetInvokerProperty()
-
testGetJobName
public void testGetJobName()
-
testIsExpectedResult
public void testIsExpectedResult()
-
testConfigureRequestEmptyProperties
public void testConfigureRequestEmptyProperties()
-
testConfigureRequestGoals
public void testConfigureRequestGoals()
-
testConfigureRequestProfiles
public void testConfigureRequestProfiles()
-
testConfigureRequestProject
public void testConfigureRequestProject() throws java.lang.Exception- Throws:
java.lang.Exception
-
testConfigureRequestMavenOpts
public void testConfigureRequestMavenOpts()
-
testConfigureRequestFailureBehavior
public void testConfigureRequestFailureBehavior()
-
testConfigureRequestFailureBehaviorUnKnownName
public void testConfigureRequestFailureBehaviorUnKnownName()
-
testConfigureRequestRecursion
public void testConfigureRequestRecursion()
-
testConfigureRequestOffline
public void testConfigureRequestOffline()
-
testConfigureRequestDebug
public void testConfigureRequestDebug()
-
testConfigureEnvironmentVariables
public void testConfigureEnvironmentVariables()
-
testConfigureEnvironmentVariablesWithIndex
public void testConfigureEnvironmentVariablesWithIndex()
-
testIsInvocationDefined
public void testIsInvocationDefined()
-
testIsSelectedDefined
public void testIsSelectedDefined()
-
testGetToolchainsForEmptyProperties
public void testGetToolchainsForEmptyProperties()
-
testGetToolchains
public void testGetToolchains()
-
testGetToolchainsWithIndex
public void testGetToolchainsWithIndex()
-
-