Uses of Interface
com.avanza.astrix.test.TestApi
-
-
Uses of TestApi in com.avanza.astrix.test
Methods in com.avanza.astrix.test with type parameters of type TestApi Modifier and Type Method Description <T extends TestApi>
TAstrixTestContext. getTestApi(Class<T> testApi)<T extends TestApi>
TTestApi.TestContext. getTestApi(Class<T> testApi)Returns a TestApi instance from the given TestContext.Methods in com.avanza.astrix.test that return types with arguments of type TestApi Modifier and Type Method Description default Stream<Class<? extends TestApi>>TestApi. getTestApiDependencies()Returns a Stream of all TestApi's used by this TestApi.
-