Hierarchy For Package org.junit.jupiter.api.condition

Package Hierarchies:

Annotation Type Hierarchy

  • org.junit.jupiter.api.condition.DisabledIf (implements java.lang.annotation.Annotation)
  • org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable (implements java.lang.annotation.Annotation)
  • org.junit.jupiter.api.condition.DisabledIfSystemProperty (implements java.lang.annotation.Annotation)
  • org.junit.jupiter.api.condition.DisabledOnJre (implements java.lang.annotation.Annotation)
  • org.junit.jupiter.api.condition.DisabledOnOs (implements java.lang.annotation.Annotation)
  • org.junit.jupiter.api.condition.EnabledIf (implements java.lang.annotation.Annotation)
  • org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable (implements java.lang.annotation.Annotation)
  • org.junit.jupiter.api.condition.EnabledIfSystemProperty (implements java.lang.annotation.Annotation)
  • org.junit.jupiter.api.condition.EnabledOnJre (implements java.lang.annotation.Annotation)
  • org.junit.jupiter.api.condition.EnabledOnOs (implements java.lang.annotation.Annotation)

Enum Hierarchy

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
      • org.junit.jupiter.api.condition.JRE
      • org.junit.jupiter.api.condition.OS