-
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 GitHub Actions / 22, oracle, macos, UTC, tr_TR, stress JIT
Check failure on line 142 in testng-core-api/src/main/java/org/testng/annotations/Test.java GitHub Actions / 22, oracle, macos, Pacific/Chatham, de_DE, stress JIT
Check failure on line 142 in testng-core-api/src/main/java/org/testng/annotations/Test.java GitHub Actions / 21, zulu, same hashcode, ubuntu, Pacific/Chatham, tr_TR, stress JIT
Check failure on line 142 in testng-core-api/src/main/java/org/testng/annotations/Test.java GitHub Actions / 17, liberica, macos, America/New_York, ru_RU, stress JIT
Check failure on line 142 in testng-core-api/src/main/java/org/testng/annotations/Test.java GitHub Actions / 17, microsoft, macos, UTC, de_DE, stress JIT
|
||
* 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) | ||
|