desruisseaux commented on code in PR #985:
URL:
https://github.com/apache/maven-compiler-plugin/pull/985#discussion_r2460117265
##########
src/it/includes-excludes/src/test/java/org/apache/maven/it0055/PersonTest.java:
##########
@@ -18,14 +18,10 @@
*/
package org.apache.maven.it0055;
-import junit.framework.TestCase;
-
-public class PersonTest extends TestCase {
+public class PersonTest {
public void testPerson() {
Person person = new Person();
person.setName("foo");
-
- assertEquals("foo", person.getName());
Review Comment:
We could keep those lines after the proposed addition of `import static
org.junit.jupiter.api.Assertions.assertEquals`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]