- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetContent (0.05 seconds)
-
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");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.8K bytes - Click Count (0)