public class EasyMockExtension extends Object implements org.junit.jupiter.api.extension.TestInstancePostProcessor
RunWith
annotation
(which made use of EasyMockRunner
) with the new
ExtendWith
annotation. @ExtendWith
allows for multiple extensions to be mixed and used together. This is only
relevant for JUnit 5.
This is retrieved from https://stackoverflow.com/a/47243856/2152081
StackOverflow answer provided by https://stackoverflow.com/users/4126968/eeeConstructor and Description |
---|
EasyMockExtension() |
Modifier and Type | Method and Description |
---|---|
void |
postProcessTestInstance(Object testInstance,
org.junit.jupiter.api.extension.ExtensionContext context) |
Copyright © 2001–2022 EasyMock contributors. All rights reserved.