- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCreateTempDir (0.34 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/io/FilesCreateTempDirTest.java
* * @author Chris Nokleberg */ @SuppressWarnings("deprecation") // tests of a deprecated method @NullUnmarked public class FilesCreateTempDirTest extends TestCase { public void testCreateTempDir() throws IOException { File temp = Files.createTempDir(); try { assertThat(temp.exists()).isTrue(); assertThat(temp.isDirectory()).isTrue(); assertThat(temp.listFiles()).isEmpty();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Sep 25 19:16:54 GMT 2025 - 4.1K bytes - Click Count (0)