1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-12-08 06:01:07 +01:00

Rename XmlUnitUtils to XmlAssertUtil

This commit is contained in:
Florian Schmaus 2020-06-14 16:53:21 +02:00
parent 9d6665735f
commit 18c2c37ad0
36 changed files with 40 additions and 41 deletions

View file

@ -16,7 +16,7 @@
*/
package org.jivesoftware.smackx.reference;
import static org.jivesoftware.smack.test.util.XmlUnitUtils.assertXmlSimilar;
import static org.jivesoftware.smack.test.util.XmlAssertUtil.assertXmlSimilar;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertThrows;