Searched refs:stubSet (Results 1 – 1 of 1) sorted by relevance
1807 Set<OpenOption> stubSet = new HashSet<>(); in test_newByteChannel$Path$Set_OpenOption$FileAttributes() local1808 Files.newByteChannel(mockPath, stubSet, stubFileAttribute); in test_newByteChannel$Path$Set_OpenOption$FileAttributes()1810 verify(mockFileSystemProvider).newByteChannel(mockPath, stubSet, stubFileAttribute); in test_newByteChannel$Path$Set_OpenOption$FileAttributes()