Class EntityVisitorExportXmlTest

java.lang.Object
org.nuiton.topia.persistence.EntityVisitorExportXmlTest

public class EntityVisitorExportXmlTest
extends java.lang.Object
Test de visitor.
Version:
$Revision$ Last update : $Date$ By : $Author$
Author:
chatellier
  • Field Summary

    Fields 
    Modifier and Type Field Description
    TopiaDatabase db  
  • Constructor Summary

    Constructors 
    Constructor Description
    EntityVisitorExportXmlTest()  
  • Method Summary

    Modifier and Type Method Description
    void setUp()
    Prepare test.
    void testExportXMLDepth()
    Test l'export XML via un visiteur.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • setUp

      public void setUp() throws org.nuiton.topia.TopiaException
      Prepare test. Add all tests commons data
      Throws:
      org.nuiton.topia.TopiaException - if could not create datas
    • testExportXMLDepth

      public void testExportXMLDepth() throws org.nuiton.topia.TopiaException
      Test l'export XML via un visiteur. Parcourt en profondeur.
      Throws:
      org.nuiton.topia.TopiaException