| Package | Description |
|---|---|
| org.testng | |
| org.testng.junit |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITestClass
This class represents a test class:
The test methods
The configuration methods (test and method)
The class file
Note that the methods returned by instances of this class
are expected to be correct at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
IClass[] |
ITestClassFinder.findTestClasses() |
IClass |
ITestClassFinder.getIClass(Class cls)
Return the IClass for a given class
|
IClass |
ITestResult.getTestClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ITestNGMethod.canRunFromClass(IClass testClass)
Returns if this ITestNGMethod can be invoked from within IClass.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JUnit3TestClass |
class |
JUnit4TestClass |
class |
JUnitTestClass |
Copyright © 2015. All Rights Reserved.