Uses of Interface
io.hyperfoil.api.config.Step.Catalog
-
Packages that use Step.Catalog Package Description io.hyperfoil.api.config io.hyperfoil.impl -
-
Uses of Step.Catalog in io.hyperfoil.api.config
Methods in io.hyperfoil.api.config with type parameters of type Step.Catalog Modifier and Type Method Description <D extends Step.Catalog>
DBaseSequenceBuilder. step(java.lang.Class<D> catalogClass) -
Uses of Step.Catalog in io.hyperfoil.impl
Methods in io.hyperfoil.impl that return Step.Catalog Modifier and Type Method Description Step.CatalogStepCatalogFactory. create(BaseSequenceBuilder<?> sequenceBuilder)Methods in io.hyperfoil.impl that return types with arguments of type Step.Catalog Modifier and Type Method Description java.lang.Class<? extends Step.Catalog>StepCatalogFactory. clazz()
-