From 44462953efa68cc70bf85233a8b5b06efab9899e Mon Sep 17 00:00:00 2001 From: Philzen Date: Fri, 14 Jun 2024 21:16:01 +0200 Subject: [PATCH] Fix typos on `suiteName` and `testName` attributes --- .../src/main/java/org/testng/annotations/Test.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testng-core-api/src/main/java/org/testng/annotations/Test.java b/testng-core-api/src/main/java/org/testng/annotations/Test.java index 9d26835914..62734d4ee5 100644 --- a/testng-core-api/src/main/java/org/testng/annotations/Test.java +++ b/testng-core-api/src/main/java/org/testng/annotations/Test.java @@ -139,7 +139,7 @@ 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) @@ -147,7 +147,7 @@ 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)