Uses of Class
com.helger.commons.mock.SPITestHelper.EMode
-
Packages that use SPITestHelper.EMode Package Description com.helger.commons.mock -
-
Uses of SPITestHelper.EMode in com.helger.commons.mock
Methods in com.helger.commons.mock that return SPITestHelper.EMode Modifier and Type Method Description static SPITestHelper.EModeSPITestHelper.EMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SPITestHelper.EMode[]SPITestHelper.EMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.mock with parameters of type SPITestHelper.EMode Modifier and Type Method Description static ICommonsSortedMap<String,ICommonsSortedSet<String>>SPITestHelper. testIfAllSPIImplementationsAreValid(String sBaseDir, SPITestHelper.EMode eMode)Test if all SPI configurations and implementations are correctly configured.
-