Class PublishedEventsExtension
java.lang.Object
org.springframework.modulith.test.PublishedEventsParameterResolver
org.springframework.modulith.test.PublishedEventsExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterEachCallback
,org.junit.jupiter.api.extension.Extension
,org.junit.jupiter.api.extension.ParameterResolver
,org.junit.jupiter.api.extension.TestInstantiationAwareExtension
JUnit 5
Extension
for standalone usage without ApplicationModuleTest
.- Author:
- Oliver Drotbohm
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.junit.jupiter.api.extension.TestInstantiationAwareExtension
org.junit.jupiter.api.extension.TestInstantiationAwareExtension.ExtensionContextScope
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.modulith.test.PublishedEventsParameterResolver
afterEach, resolveParameter, supportsParameter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.junit.jupiter.api.extension.TestInstantiationAwareExtension
getTestInstantiationExtensionContextScope
-
Constructor Details
-
PublishedEventsExtension
public PublishedEventsExtension()
-