Package | Description |
---|---|
org.testng.annotations | |
org.testng.internal | |
org.testng.internal.annotations |
Modifier and Type | Interface and Description |
---|---|
interface |
IConfigurationAnnotation
Encapsulate the @Configuration / @testng.configuration annotation
Created on Dec 20, 2005
|
interface |
ITestAnnotation
Encapsulate the @Test / @testng.test annotation.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
MethodHelper.isEnabled(ITestOrConfiguration test) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseTestMethod.initBeforeAfterGroups(Class<? extends ITestOrConfiguration> annotationClass,
String[] groups) |
protected void |
BaseTestMethod.initGroups(Class<? extends ITestOrConfiguration> annotationClass) |
Modifier and Type | Interface and Description |
---|---|
interface |
IAfterClass |
interface |
IAfterGroups |
interface |
IAfterMethod |
interface |
IAfterSuite |
interface |
IAfterTest |
interface |
IAfterTests |
interface |
IBaseBeforeAfter
Base interface for IBeforeSuite, IAfterSuite, etc...
|
interface |
IBeforeClass |
interface |
IBeforeGroups |
interface |
IBeforeMethod |
interface |
IBeforeSuite |
interface |
IBeforeTest |
interface |
ITest |
Modifier and Type | Class and Description |
---|---|
class |
AfterSuiteAnnotation |
class |
BaseBeforeAfter |
class |
BeforeSuiteAnnotation |
class |
ConfigurationAnnotation
An implementation of IConfiguration
Created on Dec 16, 2005
|
class |
TestAnnotation
An implementation of ITest
Created on Dec 20, 2005
|
class |
TestOrConfiguration |
Copyright © 2024. All rights reserved.