Uses of Interface
com.consol.citrus.common.TestLoader
-
Packages that use TestLoader Package Description com.consol.citrus.common -
-
Uses of TestLoader in com.consol.citrus.common
Methods in com.consol.citrus.common that return types with arguments of type TestLoader Modifier and Type Method Description static Map<String,TestLoader>TestLoader. lookup()Resolves all available test loader from resource path lookup.static Optional<TestLoader>TestLoader. lookup(String loader)Resolves test loader from resource path lookup with given resource name.
-