Class StateStore
java.lang.Object
org.springframework.modulith.junit.StateStore
- Author:
- Lukas Dohmen, David Bilge, Oliver Drotbohm
-
Constructor Summary
ConstructorDescriptionStateStore
(org.junit.jupiter.api.extension.ExtensionContext context) Creates a newStateStore
for the givenExtensionContext
. -
Method Summary
Modifier and TypeMethodDescription(package private) Changes
Returns all changes made to the project.
-
Constructor Details
-
StateStore
StateStore(org.junit.jupiter.api.extension.ExtensionContext context) Creates a newStateStore
for the givenExtensionContext
.- Parameters:
context
- must not be null.
-
-
Method Details
-
getChanges
Changes getChanges()Returns all changes made to the project.- Returns:
-