Uses of Class
io.rxmicro.test.local.model.TestModel
-
-
Uses of TestModel in io.rxmicro.test.local.component
Methods in io.rxmicro.test.local.component with parameters of type TestModel Modifier and Type Method Description Map<String,io.rxmicro.config.Config>ConfigResolver. getInstanceConfigMap(TestModel testModel, List<Object> testInstances, io.rxmicro.config.Config... defaultConfigs)Map<String,io.rxmicro.config.Config>ConfigResolver. getStaticConfigMap(TestModel testModel, io.rxmicro.config.Config... defaultConfigs)voidTestExtension. validate(TestModel testModel, Set<Class<? extends Annotation>> supportedRxMicroTestAnnotations)static voidTestExtensions. validateUsingTestExtensions(TestModel testModel, Set<Class<? extends Annotation>> supportedRxMicroTestAnnotations) -
Uses of TestModel in io.rxmicro.test.local.component.builder
Methods in io.rxmicro.test.local.component.builder that return TestModel Modifier and Type Method Description TestModelTestModelBuilder. build(Class<?> testClass) -
Uses of TestModel in io.rxmicro.test.local.component.injector
Constructors in io.rxmicro.test.local.component.injector with parameters of type TestModel Constructor Description InjectorFactory(TestModel testModel) -
Uses of TestModel in io.rxmicro.test.local.component.validator
Methods in io.rxmicro.test.local.component.validator with parameters of type TestModel Modifier and Type Method Description voidComponentTestValidator. validate(TestModel testModel)voidIntegrationTestValidator. validate(TestModel testModel)voidRestBasedMicroServiceTestValidator. validate(TestModel testModel, Class<?>[] restControllerClasses) -
Uses of TestModel in io.rxmicro.test.local.model
Methods in io.rxmicro.test.local.model that return TestModel Modifier and Type Method Description TestModelTestModel.Builder. build()
-