- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for xmlunit (0.03 sec)
-
impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomArtifactTransformerTest.java
import org.eclipse.aether.deployment.DeployRequest; import org.eclipse.aether.installation.InstallRequest; import org.junit.jupiter.api.Test; import org.mockito.Mockito; import org.xmlunit.builder.DiffBuilder; import org.xmlunit.diff.Diff; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertTrue;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 06 18:32:25 UTC 2025 - 13.3K bytes - Viewed (0) -
impl/maven-core/pom.xml
<dependency> <groupId>commons-jxpath</groupId> <artifactId>commons-jxpath</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-testing</artifactId>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 10:37:56 UTC 2025 - 16.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/util/XmlUtil.java
* @see org.codelibs.fess.crawler.entity.AccessResultData * @see org.codelibs.core.lang.StringUtil */ public final class XmlUtil { private static final Logger logger = LogManager.getLogger(XmlUtil.class); private XmlUtil() { } /** * Escapes special characters in the given XML string to their correspondingRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Nov 22 13:28:22 UTC 2025 - 9.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/XmlUtilTest.java
/** * Test class for XmlUtil. * * @author shinsuke */ public class XmlUtilTest extends PlainTestCase { public void test_escapeXml_null() { // Test null input assertEquals(StringUtil.EMPTY, XmlUtil.escapeXml(null)); } public void test_escapeXml_empty() { // Test empty string assertEquals("", XmlUtil.escapeXml("")); }Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 8.3K bytes - Viewed (0)