Package | Description |
---|---|
org.testng | |
org.testng.annotations | |
org.testng.internal | |
org.testng.internal.annotations |
Modifier and Type | Method and Description |
---|---|
default CustomAttribute[] |
ITestNGMethod.getAttributes() |
Modifier and Type | Method and Description |
---|---|
CustomAttribute[] |
ITestAnnotation.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
ITestAnnotation.setAttributes(CustomAttribute[] attributes) |
Modifier and Type | Field and Description |
---|---|
private CustomAttribute[] |
TestNGMethod.m_attributes |
Modifier and Type | Method and Description |
---|---|
CustomAttribute[] |
TestNGMethod.getAttributes() |
Modifier and Type | Field and Description |
---|---|
private CustomAttribute[] |
TestAnnotation.m_attributes |
Modifier and Type | Method and Description |
---|---|
CustomAttribute[] |
TestAnnotation.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
TestAnnotation.setAttributes(CustomAttribute[] attributes) |