-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
Fix typos on `suiteName` and `testName` attributes
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,15 +139,15 @@ | |
String expectedExceptionsMessageRegExp() default ".*"; | ||
|
||
/** | ||
* The name of the suite this test class should be placed in. This attribute is ignore if @Test is | ||
* The name of the suite this test class should be placed in. This attribute is ignored if @Test is | ||
Check failure on line 142 in testng-core-api/src/main/java/org/testng/annotations/Test.java
|
||
* not at the class level. | ||
* | ||
* @return the value (default empty) | ||
*/ | ||
String suiteName() default ""; | ||
|
||
/** | ||
* The name of the test this test class should be placed in. This attribute is ignore if @Test is | ||
* The name of the test this test class should be placed in. This attribute is ignored if @Test is | ||
* not at the class level. | ||
* | ||
* @return the value (default empty) | ||
|