Class NodeReorderTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class NodeReorderTest
    extends AbstractObservationTest
    Tests if Node.orderBefore(String, String) operations trigger the appropriate observation events.
    • testroot must allow orderable child nodes of type nodetype, otherwise the test cases throw a NotExecutableException. Some tests are only executed if the node at testroot support same name sibling child nodes.
    • nodetype node type that allows child nodes of the same type.
    • nodename1 child node name of type nodetype
    • nodename2 child node name of type nodetype
    • nodename3 child node name of type nodetype