Uses of Interface
org.verifyica.api.EngineContext
-
Uses of EngineContext in org.verifyica.api
Methods in org.verifyica.api that return EngineContextModifier and TypeMethodDescriptiondefault EngineContextArgumentContext.engineContext()Get the EngineContextdefault 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 destroy callbackdefault voidClassInterceptor.initialize(EngineContext engineContext) ClassInterceptor initializedefault voidEngineInterceptor.initialize(EngineContext engineContext) Engine initialize callbackdefault voidClassInterceptor.postInstantiate(EngineContext engineContext, Class<?> testClass, Object testInstance, Throwable throwable) ClassInterceptor postInstantiate callbackdefault voidClassInterceptor.preInstantiate(EngineContext engineContext, Class<?> testClass) ClassInterceptor preInstantiate callback