public class AbstractMojoTest.MojoTestRule
extends org.junit.rules.TestName
| Constructor and Description |
|---|
AbstractMojoTest.MojoTestRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
finished(org.junit.runner.Description method) |
P |
getMojo() |
File |
getPomFile() |
AbstractMojoTest<P> |
getTest() |
Class<?> |
getTestClass() |
File |
getTestDir() |
void |
starting(org.junit.runner.Description method) |
public void starting(org.junit.runner.Description method)
starting in class org.junit.rules.TestNamepublic void finished(org.junit.runner.Description method)
finished in class org.junit.rules.TestWatcherpublic P getMojo()
public File getPomFile()
public File getTestDir()
public AbstractMojoTest<P> getTest()
public Class<?> getTestClass()
Copyright © 2009–2013 CodeLutin. All rights reserved.