Package org.jumpmind.db.io
Class DatabaseXmlUtilTest
java.lang.Object
org.jumpmind.db.io.DatabaseXmlUtilTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
testReadXml_ForTableWithoutLogging
(int tableLoggingMode) void
void
-
Constructor Details
-
DatabaseXmlUtilTest
public DatabaseXmlUtilTest()
-
-
Method Details
-
testReadXml_EssentialFields
@Test public void testReadXml_EssentialFields() -
testWriteXml_ForTableWithAmpersand
@Test public void testWriteXml_ForTableWithAmpersand() -
testWriteXml_ForTableWithoutLogging
@Test public void testWriteXml_ForTableWithoutLogging() -
testReadXml_ForTableWithoutLogging
@ParameterizedTest @ValueSource(ints={0,1}) public void testReadXml_ForTableWithoutLogging(int tableLoggingMode)
-