Deprecated test file to show the info in IDE
This commit is contained in:
parent
b2d9b2c1d2
commit
0417a7b27e
|
@ -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();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue