public class EclipseToMavenTest
extends junit.framework.TestCase
Modifier and Type | Field and Description |
---|---|
protected EclipseToMavenMojo |
mojo
Mojo under test.
|
Constructor and Description |
---|
EclipseToMavenTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
setUp() |
void |
testCreateArtifactId()
Test the generation of a artifactId from a bundle symbolic name.
|
void |
testCreateGroupId()
Test the generation of a groupId from a bundle symbolic name.
|
void |
testOsgiVersionToMavenVersion() |
void |
testParseDependencies()
Tests the parsing of the "Require-Bundle" entry from a manifest.
|
void |
testParseDependenciesWithQualifier()
Tests the parsing of the "Require-Bundle" entry from a manifest.
|
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, tearDown, toString
protected EclipseToMavenMojo mojo
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
TestCase.setUp()
public void testParseDependencies()
public void testParseDependenciesWithQualifier()
public void testCreateGroupId()
public void testCreateArtifactId()
public void testOsgiVersionToMavenVersion()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.