|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface TestDescriptor
Describes a test. A test may be a single atomic test, such as the execution of a test method, or it may be a composite test, made up of zero or more tests.
| Method Summary | |
|---|---|
String
|
getClassName()
Returns the test class name for this test, if any. |
String
|
getName()
Returns the name of the test. |
TestDescriptor
|
getParent()
Returns the parent of this test, if any. |
boolean
|
isComposite()
Is this test a composite test? |
| Method Detail |
|---|
public String getClassName()
public String getName()
public TestDescriptor getParent()
public boolean isComposite()
Gradle API 1.5