Uses of Class
org.springframework.modulith.junit.Changes
Package
Description
JUnit extension to optimize test case execution depending of the changes made to an application.
-
Uses of Changes in org.springframework.modulith.junit
Modifier and TypeMethodDescriptionTestExecutionCondition.ConditionContext.changes()
Returns the value of thechanges
record component.(package private) Changes
StateStore.getChanges()
Returns all changes made to the project.(package private) static Changes
Changes.of
(Stream<ModifiedFile> files) Creates a newChanges
instance from the givenModifiedFile
s.ModifierConstructorDescription(package private)
ConditionContext
(Class<?> testClass, Changes changes) Creates an instance of aConditionContext
record class.