net.sf.xisemele.impl
Class ElementImplTest

java.lang.Object
  extended by net.sf.xisemele.impl.ElementImplTest

public class ElementImplTest
extends java.lang.Object

Casos de teste para a classe ElementImpl.

Author:
Carlos Eduardo Coral.

Constructor Summary
ElementImplTest()
           
 
Method Summary
 void testAttribute()
          Testa o método ElementImpl.attribute(String).
 void testAttributes()
          Testa o método ElementImpl.attributes().
 void testChildForIndex()
          Testa o método ElementImpl.child(int).
 void testChildForName()
          Testa o método ElementImpl.child(String).
 void testChildren()
          Testa o método ElementImpl.children().
 void testChildrenValue()
          Testa o método ElementImpl.childrenValue().
 void testChildrenValueForName()
          Testa o método ElementImpl.childrenValue(String).
 void testChildrenWithName()
          Testa o método ElementImpl.children(String).
 void testChildWithElementIndexOutOfBoundsException()
          Testa o método ElementImpl.child(int) para a exceção ElementIndexOutOfBoundsException.
 void testChildWithElementNotFoundException()
          Testa o método ElementImpl.child(String) para a exceção ElementNotFoundException.
 void testContainsAttribute()
          Testa o método ElementImpl.containsAttribute(String).
 void testContainsAttributes()
          Testa o método ElementImpl.containsAttributes()
 void testContainsChild()
          Testa o método ElementImpl.containsChild(String).
 void testContainsChildren()
          Testa o método ElementImpl.containsChildren().
 void testName()
          Testa o método ElementImpl.name().
 void testNode()
          Testa o método ElementImpl.node().
 void testNumberOfChildren()
          Testa o método ElementImpl.numberOfChildren().
 void testNumberOfChildrenForName()
          Testa o método ElementImpl.numberOfChildren(String).
 void testPath()
          Testa o método ElementImpl.path().
 void testValue()
          Testa o método ElementImpl.value().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementImplTest

public ElementImplTest()
Method Detail

testAttribute

public void testAttribute()
Testa o método ElementImpl.attribute(String).


testAttributes

public void testAttributes()
Testa o método ElementImpl.attributes().


testContainsAttributes

public void testContainsAttributes()
Testa o método ElementImpl.containsAttributes()


testContainsAttribute

public void testContainsAttribute()
Testa o método ElementImpl.containsAttribute(String).


testChildForIndex

public void testChildForIndex()
Testa o método ElementImpl.child(int).


testChildWithElementIndexOutOfBoundsException

public void testChildWithElementIndexOutOfBoundsException()
Testa o método ElementImpl.child(int) para a exceção ElementIndexOutOfBoundsException.


testChildForName

public void testChildForName()
Testa o método ElementImpl.child(String).


testChildWithElementNotFoundException

public void testChildWithElementNotFoundException()
Testa o método ElementImpl.child(String) para a exceção ElementNotFoundException.


testChildren

public void testChildren()
Testa o método ElementImpl.children().


testChildrenWithName

public void testChildrenWithName()
Testa o método ElementImpl.children(String).


testChildrenValue

public void testChildrenValue()
Testa o método ElementImpl.childrenValue().


testChildrenValueForName

public void testChildrenValueForName()
Testa o método ElementImpl.childrenValue(String).


testContainsChild

public void testContainsChild()
Testa o método ElementImpl.containsChild(String).


testContainsChildren

public void testContainsChildren()
Testa o método ElementImpl.containsChildren().


testName

public void testName()
Testa o método ElementImpl.name().


testNode

public void testNode()
Testa o método ElementImpl.node().


testNumberOfChildren

public void testNumberOfChildren()
Testa o método ElementImpl.numberOfChildren().


testNumberOfChildrenForName

public void testNumberOfChildrenForName()
Testa o método ElementImpl.numberOfChildren(String).


testPath

public void testPath()
Testa o método ElementImpl.path().


testValue

public void testValue()
Testa o método ElementImpl.value().



Copyright © 2009. All Rights Reserved.