Uses of Interface
org.springframework.modulith.junit.Changes.Change.SourceChange
Packages that use Changes.Change.SourceChange
Package
Description
JUnit extension to optimize test case execution depending of the changes made to an application.
-
Uses of Changes.Change.SourceChange in org.springframework.modulith.junit
Classes in org.springframework.modulith.junit that implement Changes.Change.SourceChangeModifier and TypeClassDescriptionstatic final recordA change in a Java source file.static final recordA change in a Java test source file.static final recordA change in a Kotlin source file.static final recordA change in a Kotlin test source file.Methods in org.springframework.modulith.junit that return types with arguments of type Changes.Change.SourceChangeModifier and TypeMethodDescriptionFunction<String,? extends Changes.Change.SourceChange> Changes.Change.LanguageConfig.mainFactory()Returns the value of themainFactoryrecord component.Function<String,? extends Changes.Change.SourceChange> Changes.Change.LanguageConfig.testFactory()Returns the value of thetestFactoryrecord component.Constructor parameters in org.springframework.modulith.junit with type arguments of type Changes.Change.SourceChangeModifierConstructorDescriptionLanguageConfig(String mainDir, String testDir, Function<String, ? extends Changes.Change.SourceChange> mainFactory, Function<String, ? extends Changes.Change.SourceChange> testFactory) Creates an instance of aLanguageConfigrecord class.