Uses of Class
org.infinispan.commons.test.skip.OS
-
Packages that use OS Package Description org.infinispan.commons.test.skip -
-
Uses of OS in org.infinispan.commons.test.skip
Methods in org.infinispan.commons.test.skip that return OS Modifier and Type Method Description static OSOS. getCurrentOs()static OSOS. valueOf(String name)Returns the enum constant of this type with the specified name.static OS[]OS. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.commons.test.skip with parameters of type OS Modifier and Type Method Description static voidSkipJunit. onlyOnOS(OS... oses)Use within a@Testmethod to run this test only on certain OSes.static voidSkipTestNG. onlyOnOS(OS... oses)Use within a@Testmethod to run this test only on certain OSes.static voidSkipJunit. skipOnOS(OS... oses)Use within a@Testmethod to skip that method on some OSes.static voidSkipTestNG. skipOnOS(OS... oses)Use within a@Testmethod to skip that method on some OSes.Constructors in org.infinispan.commons.test.skip with parameters of type OS Constructor Description SkipJunit(OS... oses)
-