|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.jetm.maven.TimingReportMojoITest
public class TimingReportMojoITest
Integration tests for the timing report mojo.
Constructor Summary | |
---|---|
TimingReportMojoITest()
|
Method Summary | |
---|---|
void |
setUp()
Create and initialize a BuildTool object to invoke Maven. |
static void |
setUpBeforeClass()
Set the $maven.home value in the system properties for the
BuildTool object. |
void |
tearDown()
Clean up resources used by the (possibly) instantiated BuildTool
object. |
static void |
tearDownAfterClass()
Restore the system properties to their original values. |
void |
testDemoProject()
Test the creation of a report for a demo project. |
void |
testEmptyReport()
Test the creation of an empty report. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimingReportMojoITest()
Method Detail |
---|
public static void setUpBeforeClass() throws Exception
$maven.home
value in the system properties for the
BuildTool
object.
Exception
- If any errors occur during the setup.public void setUp() throws Exception
BuildTool
object to invoke Maven.
Exception
- If any errors occur during the setup.public void tearDown() throws Exception
BuildTool
object.
Exception
- If any errors occur during the teardown.public static void tearDownAfterClass() throws Exception
Exception
- If any errors occur during the teardown.public void testEmptyReport() throws Exception
Exception
- If any errors occur during the test run.public void testDemoProject() throws Exception
Exception
- If any errors occur during the test run.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |