Uses of Interface
org.verifyica.api.EngineContext
-
Uses of EngineContext in org.verifyica.api
Methods in org.verifyica.api that return EngineContextModifier and TypeMethodDescriptionArgumentContext.engineContext()Get the EngineContextClassContext.engineContext()Get the EngineContextdefault EngineContextArgumentContext.getEngineContext()Get the EngineContextClassContext.getEngineContext()Get the EngineContextMethods in org.verifyica.api with parameters of type EngineContextModifier and TypeMethodDescriptiondefault voidClassInterceptor.destroy(EngineContext engineContext) ClassInterceptor destroydefault voidEngineInterceptor.destroy(EngineContext engineContext) Engine destroydefault voidClassInterceptor.initialize(EngineContext engineContext) ClassInterceptor initializedefault voidEngineInterceptor.initialize(EngineContext engineContext) Engine initializedefault voidClassInterceptor.postInstantiate(EngineContext engineContext, Class<?> testClass, Object testInstance, Throwable throwable) ClassInterceptor postInstantiate callbackdefault voidClassInterceptor.preInstantiate(EngineContext engineContext, Class<?> testClass) ClassInterceptor preInstantiate callback