Uses of Enum
org.infinispan.commons.test.skip.OS
Packages that use OS
-
Uses of OS in org.infinispan.commons.test.skip
Methods in org.infinispan.commons.test.skip that return OSModifier and TypeMethodDescriptionstatic OSOS.getCurrentOs()static OSReturns 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 OSModifier and TypeMethodDescriptionstatic voidUse within a@Testmethod to run this test only on certain OSes.static voidUse within a@Testmethod to run this test only on certain OSes.static voidUse within a@Testmethod to skip that method on some OSes.static voidUse within a@Testmethod to skip that method on some OSes.Constructors in org.infinispan.commons.test.skip with parameters of type OS