Replies: 1 comment
-
You can access the parent |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given an extension that implements
InvocationInterceptor
andAfterEachCallback
.The store in interceptTestClassConstructor(...) stems from a
ClassExtensionContext
and the store in afterEach(...) from aMethodExtensionContext
.What would be a proper solution to remove the value from the store in afterEach(...)?
(BeforeEachCallback can't be used as some statements are already executed in the constructor of the test instance.)
Beta Was this translation helpful? Give feedback.
All reactions