public class MavenCliTest extends Object
| Constructor and Description |
|---|
MavenCliTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testCalculateDegreeOfConcurrencyWithCoreMultiplier() |
void |
testMavenConfig() |
void |
testMavenConfigInvalid() |
void |
testMVNConfigurationCLIRepeatedPropertiesLastWins()
Read .mvn/maven.config with the following definitions:
|
void |
testMVNConfigurationDefinedPropertiesCanBeOverwrittenViaCommandLine()
Read .mvn/maven.config with the following definitions:
|
void |
testMVNConfigurationFunkyArguments()
Read .mvn/maven.config with the following definitions:
|
void |
testMVNConfigurationThreadCanBeOverwrittenViaCommandLine()
Read .mvn/maven.config with the following definitions:
|
void |
testStyleColors() |
void |
testToolchainsBuildingEvents()
Verifies MNG-6558
|
public void setUp()
public void testCalculateDegreeOfConcurrencyWithCoreMultiplier()
public void testMVNConfigurationThreadCanBeOverwrittenViaCommandLine()
throws Exception
-T 3 -Drevision=1.3.0and check if the
-T 3 option can be overwritten via command line
argument.Exception - in case of failure.public void testMVNConfigurationDefinedPropertiesCanBeOverwrittenViaCommandLine()
throws Exception
-T 3 -Drevision=1.3.0and check if the
-Drevision-1.3.0 option can be overwritten via command line
argument.Exceptionpublic void testMVNConfigurationCLIRepeatedPropertiesLastWins()
throws Exception
-T 3 -Drevision=1.3.0and check if the
-Drevision-1.3.0 option can be overwritten via command line
argument.Exceptionpublic void testMVNConfigurationFunkyArguments()
throws Exception
-T 3 -Drevision=1.3.0and check if the
-Drevision-1.3.0 option can be overwritten via command line argument when there are
funky arguments present.ExceptionCopyright © 2001–2019 The Apache Software Foundation. All rights reserved.