|
Change Parameter Type folderBiFunction : FolderBiFunction to folderBiFunction : WayToObtainAFolder in method public testNonExistingFolderDoesntExists(fileSystemFactory FileSystemFactory, folderBiFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderTests |
From |
To |
|
Change Parameter Type childExistingFolderFunction : FolderBiFunction to childExistingFolderFunction : WayToObtainAFolder in method public testFoldersAndFilesDoesNotContainCreatedAndDeletedChildFolder(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, childExistingFolderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type folderBiFunction : FolderBiFunction to folderBiFunction : WayToObtainAFolder in method public testFolderIsNotAncecstorOfItsParent(fileSystemFactory FileSystemFactory, folderBiFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderTests |
From |
To |
|
Change Parameter Type folderBiFunction : FolderBiFunction to folderBiFunction : WayToObtainAFolder in method public testFolderOnSubfolderReturnsFolder(fileSystemFactory FileSystemFactory, folderBiFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderTests |
From |
To |
|
Change Parameter Type existingFolderFunction : FolderBiFunction to existingFolderFunction : WayToObtainAFolder in method public testFoldersDoesNotContainAndFilesContainsCreatedFile(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, existingFileFunction WayToObtainAFile) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type existingFileFunction : FileBiFunction to existingFileFunction : WayToObtainAFile in method public testFoldersDoesNotContainAndFilesContainsCreatedFile(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, existingFileFunction WayToObtainAFile) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type childExistingFolderFunction : FolderBiFunction to childExistingFolderFunction : WayToObtainAFolder in method public testChildrenContainsCreatedChildFolder(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, childExistingFolderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type childExistingFolderFunction : FolderBiFunction to childExistingFolderFunction : WayToObtainAFolder in method public testFoldersContainsAndFilesDoesNotContainCreatedChildFolder(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, childExistingFolderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type folderFunction : FolderBiFunction to folderFunction : WayToObtainAFolder in method public testChildrenThrowsExceptionIfFolderDoesNotExist(fileSystemFactory FileSystemFactory, folderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type factory : ExistingSubfolderBiFunction to factory : WayToObtainAFolderThatExists in method private addExisting(name String, factory WayToObtainAFolderThatExists) : void in class org.cryptomator.filesystem.invariants.WaysToObtainAFolder |
From |
To |
|
Change Parameter Type folderFunction : FolderBiFunction to folderFunction : WayToObtainAFolder in method public testFilesThrowsExceptionIfFolderDoesNotExist(fileSystemFactory FileSystemFactory, folderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type folderBiFunction : FolderBiFunction to folderBiFunction : WayToObtainAFolder in method public testFolderIsNotAncecstorOfItsParentsParent(fileSystemFactory FileSystemFactory, folderBiFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderTests |
From |
To |
|
Change Parameter Type folderBiFunction : FolderBiFunction to folderBiFunction : WayToObtainAFolder in method public testFolderIsAncecstorOfItsChild(fileSystemFactory FileSystemFactory, folderBiFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderTests |
From |
To |
|
Change Parameter Type folderBiFunction : FolderBiFunction to folderBiFunction : WayToObtainAFolder in method public testFolderIsNotAncecstorOfItself(fileSystemFactory FileSystemFactory, folderBiFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderTests |
From |
To |
|
Change Parameter Type existingFolderFunction : FolderBiFunction to existingFolderFunction : WayToObtainAFolder in method public testFoldersContainsAndFilesDoesNotContainCreatedChildFolder(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, childExistingFolderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type folderFunction : FolderBiFunction to folderFunction : WayToObtainAFolder in method public testFilesIsEmptyForEmptyFolder(fileSystemFactory FileSystemFactory, folderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type childExistingFolderFunction : FolderBiFunction to childExistingFolderFunction : WayToObtainAFolder in method public testChildrenDoesNotContainCreatedAndDeletedChildFolder(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, childExistingFolderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type factory : ExistingFileBiFunction to factory : WayToObtainAFileThatExists in method private addExisting(name String, factory WayToObtainAFileThatExists) : void in class org.cryptomator.filesystem.invariants.WaysToObtainAFile |
From |
To |
|
Change Parameter Type folderBiFunction : FolderBiFunction to folderBiFunction : WayToObtainAFolder in method public testExistingFolderExists(fileSystemFactory FileSystemFactory, folderBiFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderTests |
From |
To |
|
Change Parameter Type factory : NonExistingFileBiFunction to factory : WayToObtainAFileThatDoesntExist in method private addNonExisting(name String, factory WayToObtainAFileThatDoesntExist) : void in class org.cryptomator.filesystem.invariants.WaysToObtainAFile |
From |
To |
|
Change Parameter Type existingFolderFunction : FolderBiFunction to existingFolderFunction : WayToObtainAFolder in method public testChildrenContainsCreatedFile(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, existingFileFunction WayToObtainAFile) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type existingFileFunction : FileBiFunction to existingFileFunction : WayToObtainAFile in method public testChildrenContainsCreatedFile(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, existingFileFunction WayToObtainAFile) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type folderBiFunction : FolderBiFunction to folderBiFunction : WayToObtainAFolder in method public testResolveFileOnSubfolderReturnsFile(fileSystemFactory FileSystemFactory, folderBiFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderTests |
From |
To |
|
Change Parameter Type folderFunction : FolderBiFunction to folderFunction : WayToObtainAFolder in method public testChildrenIsEmptyForEmptyFolder(fileSystemFactory FileSystemFactory, folderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type existingFolderFunction : FolderBiFunction to existingFolderFunction : WayToObtainAFolder in method public testFoldersAndFilesDoesNotContainCreatedAndDeletedFile(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, existingFileFunction WayToObtainAFile) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type existingFileFunction : FileBiFunction to existingFileFunction : WayToObtainAFile in method public testFoldersAndFilesDoesNotContainCreatedAndDeletedFile(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, existingFileFunction WayToObtainAFile) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type existingFolderFunction : FolderBiFunction to existingFolderFunction : WayToObtainAFolder in method public testChildrenContainsCreatedChildFolder(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, childExistingFolderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type existingFolderFunction : FolderBiFunction to existingFolderFunction : WayToObtainAFolder in method public testFoldersAndFilesDoesNotContainCreatedAndDeletedChildFolder(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, childExistingFolderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type folderBiFunction : FolderBiFunction to folderBiFunction : WayToObtainAFolder in method public testFolderIsNotAncecstorOfItsSibling(fileSystemFactory FileSystemFactory, folderBiFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderTests |
From |
To |
|
Change Parameter Type factory : NonExistingSubfolderSubfolderBiFunction to factory : WayToObtainAFolderThatDoesntExists in method private addNonExisting(name String, factory WayToObtainAFolderThatDoesntExists) : void in class org.cryptomator.filesystem.invariants.WaysToObtainAFolder |
From |
To |
|
Change Parameter Type folderBiFunction : FolderBiFunction to folderBiFunction : WayToObtainAFolder in method public testFolderIsAncecstorOfItsChildsChild(fileSystemFactory FileSystemFactory, folderBiFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderTests |
From |
To |
|
Change Parameter Type existingFolderFunction : FolderBiFunction to existingFolderFunction : WayToObtainAFolder in method public testChildrenDoesNotContainCreatedAndDeletedFile(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, existingFileFunction WayToObtainAFile) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type existingFileFunction : FileBiFunction to existingFileFunction : WayToObtainAFile in method public testChildrenDoesNotContainCreatedAndDeletedFile(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, existingFileFunction WayToObtainAFile) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type folderFunction : FolderBiFunction to folderFunction : WayToObtainAFolder in method public testFoldersThrowsExceptionIfFolderDoesNotExist(fileSystemFactory FileSystemFactory, folderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type folderBiFunction : FolderBiFunction to folderBiFunction : WayToObtainAFolder in method public testResolveFolderOnSubfolderReturnsFolder(fileSystemFactory FileSystemFactory, folderBiFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderTests |
From |
To |
|
Change Parameter Type existingFolderFunction : FolderBiFunction to existingFolderFunction : WayToObtainAFolder in method public testChildrenDoesNotContainCreatedAndDeletedChildFolder(fileSystemFactory FileSystemFactory, existingFolderFunction WayToObtainAFolder, childExistingFolderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type folderFunction : FolderBiFunction to folderFunction : WayToObtainAFolder in method public testFoldersIsEmptyForEmptyFolder(fileSystemFactory FileSystemFactory, folderFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderChildrenTests |
From |
To |
|
Change Parameter Type folderBiFunction : FolderBiFunction to folderBiFunction : WayToObtainAFolder in method public testFileOnSubfolderReturnsFile(fileSystemFactory FileSystemFactory, folderBiFunction WayToObtainAFolder) : void in class org.cryptomator.filesystem.invariants.FolderTests |
From |
To |