Searched refs:stubFileAttribute (Results 1 – 1 of 1) sorted by relevance
1806 FileAttribute stubFileAttribute = mock(FileAttribute.class); 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()