public class EclipsePluginIT extends AbstractEclipsePluginIT
ARTIFACT_ID, GROUP_ID, localRepositoryDirectory, PomFile, VERSION
Constructor and Description |
---|
EclipsePluginIT() |
Modifier and Type | Method and Description |
---|---|
protected void |
setUp() |
void |
testDynamicWorkspaceLookup()
Assumes that unit tests (ReadWorkspaceLocationsTest) have been run so that .location files have been created
correctly.
|
void |
testGroovy() |
void |
testJeeSimple() |
void |
testMECLIPSE_56_encoding()
MECLIPSE-56 : problem with encoding of non-ascii characters in pom.xml
|
void |
testProject01() |
void |
testProject02() |
void |
testProject03() |
void |
testProject04() |
void |
testProject05() |
void |
testProject06() |
void |
testProject07() |
void |
testProject08() |
void |
testProject09()
Tests with
outputDirectory and outputDir |
void |
testProject10() |
void |
testProject11() |
void |
testProject12()
Ear packaging
|
void |
testProject13()
Dependency range - MECLIPSE-96
|
void |
testProject14()
Additional natures and builders - MECLIPSE-64
|
void |
testProject15()
outputDirectory parameter - MECLIPSE-11 |
void |
testProject16()
UTF8 encoding - MECLIPSE-56
|
void |
testProject17()
ISO-8859-15 encoding - MECLIPSE-56
|
void |
testProject18()
relative location of system dependencies - MECLIPSE-89
|
void |
testProject19()
Resource targetPath is relative to the project's output directory - MECLIPSE-77
|
void |
testProject20()
WTP 1.5 changes in wtpmodules.
|
void |
testProject25()
Test source exclude/include.
|
void |
testProject26()
Test different compiler settings for test sources.
|
void |
testProject27()
Test additional project facets specified.
|
void |
testProject28()
MECLIPSE-241 : Compiler settings from parent project aren't used in wtp facet.
|
void |
testProject29()
MECLIPSE-198 : EJB version is not resloved
|
void |
testProject30()
MECLIPSE-108 : .wtpmodules with version 2.4 for javax.servlet:servlet-api:2.3
|
void |
testProject31()
MECLIPSE-185 : plugin doesn't fail when dependencies are missing
|
void |
testProject32()
MECLIPSE-109 : .component wb-resource source path incorrect for ear packaging
|
void |
testProject33()
MECLIPSE-287 : dependencies with and without classifiers.
|
void |
testProject34() |
void |
testProject35() |
void |
testProject36() |
void |
testProject37() |
void |
testProject38() |
void |
testProject39_a() |
void |
testProject39_b() |
void |
testProject39_c() |
void |
testProject40_a() |
void |
testProject40_b() |
void |
testProject40_c() |
void |
testProject41() |
void |
testProject42() |
void |
testProject43()
[MECLIPSE-79]
|
void |
testProject45()
[MECLIPSE-379] When downloading sources and javadocs dependency classifier is not respected.
|
void |
testProject46()
Test not available marker file is created for sources/javadocs. biz.aQute:bndlib:0.0.145 does not have sources or
javadocs.
|
void |
testProject47()
Test not available marker file is created for sources/javadocs. commons-lang:commons-lang:1.0 does not have
sources but does have javadocs.
|
void |
testProject48()
Test not available marker file is created for sources/javadocs. does-not-exist:does-not-exist:666 doesn't exist
so no markers should be created.
|
void |
testProject49()
Test forceRecheck
|
void |
testProject50MECLIPSE415()
[MECLIPSE-415] settings are stored in wrong directory if project is not in the workspace.
|
void |
testProject51MECLIPSE415()
[MECLIPSE-415] settings are stored in wrong directory if project is not in the workspace.
|
void |
testProject52MECLIPSE104()
[MECLIPSE-104] Add the ability to specify source exclusions
|
void |
testProject53MECLIPSE551()
[MECLIPSE-551] Source directory and resource directory are the same
|
void |
testProject54MECLIPSE178()
[MECLIPSE-178] symbolic links need to able to be specified in the pom
|
void |
testProject55MECLIPSE178()
[MECLIPSE-178] symbolic links need to able to be specified in the pom Test the case where a link is already
existing in the .project
|
void |
testProject56()
[MECLIPSE-603] checks exclusions on direct and transitive dependencies
|
void |
testProject57()
[MECLIPSE-368] Dependency configuration in DependencyManagement with exclusions is ignored
|
void |
testProject58()
[MECLIPSE-621] mvn eclipse:eclipse fails or doesn't generate proper .classpath when specifying the same resource directory with different filtering rules
|
void |
testProject59()
[MECLIPSE-576] Merge resource dirs shall pass gracefully
|
void |
testProject60()
[MECLIPSE-652] Ability to map a webapp to the root context
|
void |
testProject61()
[MECLIPSE-548] Classpath container entries should come before 3rd party jars in .classpath
|
void |
testProject62()
[MECLIPSE-561] Make "test sources last" configurable
|
void |
testProject63()
[MECLIPSE-338] Correct classpath ordering in .classpath
|
void |
testProject64()
[MECLIPSE-338] Correct classpath ordering in .classpath
|
void |
testProject65()
[MECLIPSE-642] Releative resource directories cause StringIndexOutOfBoundsException
|
assertContains, assertDoesNotContain, assertFileEquals, assertNotAvailableMarkerFileDoesNotExist, assertNotAvailableMarkerFileExists, compareDirectoryContent, executeMaven, executeMaven, getMavenHome, getNotAvailableMarkerFile, getOutputDirectory, getPluginCLISpecification, getTestWorkspaceWorkDirectory, readProject, tearDown, testProject, testProject, testProject, testProject, testProject, testProject, testWorkspace, testWorkspace, testWorkspace
configureMojo, configureMojo, extractPluginConfiguration, extractPluginConfiguration, getVariablesAndValuesFromObject, getVariablesAndValuesFromObject, getVariableValueFromObject, lookupEmptyMojo, lookupEmptyMojo, lookupMojo, lookupMojo, lookupMojo, setVariableValueToObject
createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getContainer, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release
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, runTest, setName, toString
protected void setUp() throws Exception
setUp
in class AbstractEclipsePluginIT
Exception
PlexusTestCase.setUp()
public void testDynamicWorkspaceLookup() throws Exception
Exception
public void testProject09() throws Exception
outputDirectory
and outputDir
Exception
public void testProject12() throws Exception
Exception
- any exception thrown during testpublic void testProject13() throws Exception
Exception
- any exception thrown during testpublic void testProject14() throws Exception
Exception
- any exception thrown during testpublic void testProject15() throws Exception
outputDirectory
parameter - MECLIPSE-11Exception
- any exception thrown during testpublic void testProject16() throws Exception
Exception
- any exception thrown during testpublic void testProject17() throws Exception
Exception
- any exception thrown during testpublic void testProject18() throws Exception
Exception
- any exception thrown during testpublic void testProject19() throws Exception
Exception
- any exception thrown during testpublic void testProject20() throws Exception
Exception
- any exception thrown during testpublic void testProject25() throws Exception
Exception
- any exception thrown during testpublic void testProject26() throws Exception
Exception
- any exception thrown during testpublic void testProject27() throws Exception
Exception
- any exception thrown during testpublic void testProject28() throws Exception
Exception
- any exception thrown during testpublic void testProject29() throws Exception
Exception
- any exception thrown during testpublic void testProject30() throws Exception
Exception
- any exception thrown during testpublic void testProject31() throws Exception
Exception
- any exception thrown during testpublic void testProject32() throws Exception
Exception
- any exception thrown during testpublic void testProject33() throws Exception
Exception
- any exception thrown during testpublic void testMECLIPSE_56_encoding() throws Exception
Exception
public void testProject43() throws Exception
Exception
public void testProject45() throws Exception
Exception
public void testProject46() throws Exception
Exception
public void testProject47() throws Exception
Exception
public void testProject48() throws Exception
Exception
public void testProject50MECLIPSE415() throws Exception
Exception
public void testProject51MECLIPSE415() throws Exception
Exception
public void testProject52MECLIPSE104() throws Exception
Exception
public void testProject53MECLIPSE551() throws Exception
Exception
public void testProject54MECLIPSE178() throws Exception
Exception
public void testProject55MECLIPSE178() throws Exception
Exception
public void testProject56() throws Exception
Exception
public void testProject57() throws Exception
Exception
public void testProject58() throws Exception
Exception
public void testProject59() throws Exception
Exception
public void testProject60() throws Exception
Exception
public void testProject61() throws Exception
Exception
public void testProject62() throws Exception
Exception
public void testProject63() throws Exception
Exception
public void testProject64() throws Exception
Exception
public void testProject65() throws Exception
Exception
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.