- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGetResource_relativePath_notFound (0.17 sec)
-
guava-tests/test/com/google/common/io/ResourcesTest.java
} public void testGetResource() { assertNotNull(Resources.getResource("com/google/common/io/testdata/i18n.txt")); } public void testGetResource_relativePath_notFound() { IllegalArgumentException e = assertThrows( IllegalArgumentException.class, () -> Resources.getResource(getClass(), "com/google/common/io/testdata/i18n.txt"));
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed May 14 19:40:47 UTC 2025 - 6.9K bytes - Viewed (0)