Uses of Enum Class
org.springframework.modulith.junit.Changes.OnNoChange
Packages that use Changes.OnNoChange
Package
Description
JUnit extension to optimize test case execution depending of the changes made to an application.
-
Uses of Changes.OnNoChange in org.springframework.modulith.junit
Methods in org.springframework.modulith.junit that return Changes.OnNoChangeModifier and TypeMethodDescriptionstatic Changes.OnNoChangeChanges.OnNoChange.fromConfig(@Nullable String value) Creates a newChanges.OnNoChangefrom the given configuration value.static Changes.OnNoChangeReturns the enum constant of this class with the specified name.static Changes.OnNoChange[]Changes.OnNoChange.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.modulith.junit with parameters of type Changes.OnNoChangeModifier and TypeMethodDescription(package private) static ChangesChanges.of(Stream<ModifiedFile> files, Changes.OnNoChange onNoChange) Creates a newChangesinstance from the givenModifiedFiles.