We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5018dd5 commit 9637ec5Copy full SHA for 9637ec5
api/src/test/java/org/openmrs/test/SkipBaseSetup.java
@@ -1,6 +1,7 @@
1
package org.openmrs.test;
2
3
import java.lang.annotation.ElementType;
4
+import java.lang.annotation.Inherited;
5
import java.lang.annotation.Retention;
6
import java.lang.annotation.RetentionPolicy;
7
import java.lang.annotation.Target;
@@ -15,6 +16,7 @@
15
16
*
17
* @see BaseContextSensitiveTest
18
*/
19
+@Inherited
20
@Retention(RetentionPolicy.RUNTIME)
21
@Target( { ElementType.METHOD, ElementType.TYPE })
22
public @interface SkipBaseSetup {
0 commit comments