- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getContent (0.11 sec)
-
compat/maven-builder-support/src/test/java/org/apache/maven/building/StringSourceTest.java
assertEquals("(memory)", source.getLocation()); source = new StringSource("Hello World!", "LOCATION"); assertEquals("LOCATION", source.getLocation()); } @Test void testGetContent() { StringSource source = new StringSource(null); assertEquals("", source.getContent()); source = new StringSource("Hello World!", "LOCATION");
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.8K bytes - Viewed (0)