Deprecated test file to show the info in IDE
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
package com.ossez.customannotations;
|
||||
|
||||
import com.ossez.annotations.ClassWithDeprecatedMethod;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class DeprecatedTest {
|
||||
|
||||
@Test
|
||||
public void testStrikesWarning() {
|
||||
ClassWithDeprecatedMethod.deprecatedMethod();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user