Skip to content

Commit

Permalink
Fix typos on suiteName and testName attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Jun 14, 2024
1 parent e0a7d5f commit 4446295
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
* 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 4446295

Please sign in to comment.