- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetResource_relativePath_notFound (0.13 seconds)
-
guava-tests/test/com/google/common/io/ResourcesTest.java
} public void testGetResource() { assertThat(Resources.getResource("com/google/common/io/testdata/i18n.txt")).isNotNull(); } public void testGetResource_relativePath_notFound() { IllegalArgumentException e = assertThrows( IllegalArgumentException.class, () -> Resources.getResource(getClass(), "com/google/common/io/testdata/i18n.txt"));
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Oct 28 16:03:47 GMT 2025 - 6.9K bytes - Click Count (0)