Uses of Record Class
org.springframework.modulith.junit.diff.ModifiedFile
Package
Description
JUnit extension to optimize test case execution depending of the changes made to an application.
Project differences detection implementation.
-
Uses of ModifiedFile in org.springframework.modulith.junit
Modifier and TypeMethodDescriptionstatic Changes.Change
Changes.Change.of
(ModifiedFile file) creates a newModifier and TypeMethodDescription(package private) static Changes
Changes.of
(Stream<ModifiedFile> files) Creates a newChanges
instance from the givenModifiedFile
s. -
Uses of ModifiedFile in org.springframework.modulith.junit.diff
Modifier and TypeMethodDescription(package private) ModifiedFile
ModifiedFile.asRelativeTo
(String reference) Returns the currentModifiedFile
as relative to the given reference path.Modifier and TypeMethodDescriptionFileModificationDetector.getModifiedFiles()
Returns allModifiedFile
s detected.ReferenceCommitDetector.getModifiedFiles()
UncommittedChangesDetector.getModifiedFiles()
UnpushedCommitsDetector.getModifiedFiles()
WorkingDirectoryChangesDetector.getModifiedFiles()
static Stream<ModifiedFile>
static Stream<ModifiedFile>
JGitUtil.toModifiedFiles
(org.eclipse.jgit.lib.Repository repository, String oldRef, String newRef)