public class MavenITmng6223FindBasedir extends MavenITmng5889FindBasedir
.mvn/
are found when Maven is run with -f path/to/dir
.MavenITmng5889FindBasedir
ALL_MAVEN_VERSIONS
Constructor and Description |
---|
MavenITmng6223FindBasedir() |
Modifier and Type | Method and Description |
---|---|
void |
testMvnFileLongOptionModuleToDir()
check that
path/to/.mvn/ is found when path to POM set by --file path/to/module |
void |
testMvnFileLongOptionToDir()
check that
path/to/.mvn/ is found when path to POM set by --file path/to/dir |
void |
testMvnFileShortOptionModuleToDir()
check that
path/to/.mvn/ is found when path to POM set by -f path/to/module |
void |
testMvnFileShortOptionToDir()
check that
path/to/.mvn/ is found when path to POM set by -f path/to/dir |
runCoreExtensionWithOption, testMvnFileLongOption, testMvnFileLongOptionModule, testMvnFileShortOption, testMvnFileShortOptionModule
assertCanonicalFileEquals, assertCanonicalFileEquals, assertCanonicalFileEquals, assertCanonicalFileEquals, failingMavenVersions, getMavenVersion, isSkipped, matchesVersionRange, newVerifier, newVerifier, newVerifier, newVerifier, requiresJavaVersion, requiresMavenVersion, runTest, setupLocalRepo
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, setUp, tearDown, toString
public void testMvnFileLongOptionToDir() throws Exception
path/to/.mvn/
is found when path to POM set by --file path/to/dir
Exception
- in case of failurepublic void testMvnFileShortOptionToDir() throws Exception
path/to/.mvn/
is found when path to POM set by -f path/to/dir
Exception
- in case of failurepublic void testMvnFileLongOptionModuleToDir() throws Exception
path/to/.mvn/
is found when path to POM set by --file path/to/module
Exception
- in case of failureCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.