Class DbUnitFlatXmlReaderTest

java.lang.Object
com.reallifedeveloper.tools.test.database.dbunit.DbUnitFlatXmlReaderTest

public class DbUnitFlatXmlReaderTest extends Object
  • Constructor Details

    • DbUnitFlatXmlReaderTest

      public DbUnitFlatXmlReaderTest()
  • Method Details

    • readFileForSimpleEntity

      @Test public void readFileForSimpleEntity() throws Exception
      Throws:
      Exception
    • readFileForEntityWithAssociations

      @Test public void readFileForEntityWithAssociations() throws Exception
      Throws:
      Exception
    • readFileForEntityWithMissingAssociations

      @Test public void readFileForEntityWithMissingAssociations() throws Exception
      Throws:
      Exception
    • readWrongTypeOfFile

      @Test public void readWrongTypeOfFile() throws Exception
      Throws:
      Exception
    • readFileWithIncorrectAttribute

      @Test public void readFileWithIncorrectAttribute() throws Exception
      Throws:
      Exception
    • readFileWithoutAttributes

      @Test @Disabled public void readFileWithoutAttributes() throws Exception
      Throws:
      Exception
    • readNonExistingFile

      @Test public void readNonExistingFile() throws Exception
      Throws:
      Exception