Skip to content

Commit

Permalink
Merge pull request #3137 from Philzen/patch-1
Browse files Browse the repository at this point in the history
Fix typos on `suiteName` and `testName` attributes
  • Loading branch information
juherr committed Jun 14, 2024
2 parents e0a7d5f + 4446295 commit 0f779fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

View workflow job for this annotation

GitHub Actions / 22, oracle, macos, UTC, tr_TR, stress JIT

Replace 2 lines 142..143 with * The name of the suite this test class should be placed in. This attribute is ignored if @test * is not at the class level.

Check failure on line 142 in testng-core-api/src/main/java/org/testng/annotations/Test.java

View workflow job for this annotation

GitHub Actions / 22, oracle, macos, Pacific/Chatham, de_DE, stress JIT

Replace 2 lines 142..143 with * The name of the suite this test class should be placed in. This attribute is ignored if @test * is not at the class level.

Check failure on line 142 in testng-core-api/src/main/java/org/testng/annotations/Test.java

View workflow job for this annotation

GitHub Actions / 21, zulu, same hashcode, ubuntu, Pacific/Chatham, tr_TR, stress JIT

Replace 2 lines 142..143 with * The name of the suite this test class should be placed in. This attribute is ignored if @test * is not at the class level.

Check failure on line 142 in testng-core-api/src/main/java/org/testng/annotations/Test.java

View workflow job for this annotation

GitHub Actions / 17, liberica, macos, America/New_York, ru_RU, stress JIT

Replace 2 lines 142..143 with * The name of the suite this test class should be placed in. This attribute is ignored if @test * is not at the class level.

Check failure on line 142 in testng-core-api/src/main/java/org/testng/annotations/Test.java

View workflow job for this annotation

GitHub Actions / 17, microsoft, macos, UTC, de_DE, stress JIT

Replace 2 lines 142..143 with * The name of the suite this test class should be placed in. This attribute is ignored if @test * is not at the class level.
* 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)
Expand Down

0 comments on commit 0f779fe

Please sign in to comment.