Uses of Interface
org.verifyica.api.ArgumentContext
-
Uses of ArgumentContext in org.verifyica.api
Methods in org.verifyica.api with parameters of type ArgumentContextModifier and TypeMethodDescriptiondefault voidClassInterceptor.postAfterAll(ArgumentContext argumentContext, Throwable throwable) ClassInterceptor postAfterAll callbackdefault voidClassInterceptor.postAfterEach(ArgumentContext argumentContext, Throwable throwable) ClassInterceptor postAfterEach callbackdefault voidClassInterceptor.postBeforeAll(ArgumentContext argumentContext, Throwable throwable) ClassInterceptor postBeforeAll callbackdefault voidClassInterceptor.postBeforeEach(ArgumentContext argumentContext, Throwable throwable) ClassInterceptor postBeforeEach callbackdefault voidClassInterceptor.postTest(ArgumentContext argumentContext, Method testMethod, Throwable throwable) ClassInterceptor postTest callbackdefault voidClassInterceptor.preAfterAll(ArgumentContext argumentContext) ClassInterceptor preAfterAll callbackdefault voidClassInterceptor.preAfterEach(ArgumentContext argumentContext) ClassInterceptor preAfterEach callbackdefault voidClassInterceptor.preBeforeAll(ArgumentContext argumentContext) ClassInterceptor preBeforeAll callbackdefault voidClassInterceptor.preBeforeEach(ArgumentContext argumentContext) ClassInterceptor preBeforeEach callbackdefault voidClassInterceptor.preTest(ArgumentContext argumentContext, Method testMethod) ClassInterceptor preTest callback