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(java.lang.Class<T> testApi)<T extends TestApi>
TTestApi.TestContext. getTestApi(java.lang.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 java.util.stream.Stream<java.lang.Class<? extends TestApi>>TestApi. getTestApiDependencies()Returns a Stream of all TestApi's used by this TestApi.
-