|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.xisemele.impl.ElementImplTest
public class ElementImplTest
Casos de teste para a classe ElementImpl
.
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 |
---|
public ElementImplTest()
Method Detail |
---|
public void testAttribute()
ElementImpl.attribute(String)
.
public void testAttributes()
ElementImpl.attributes()
.
public void testContainsAttributes()
ElementImpl.containsAttributes()
public void testContainsAttribute()
ElementImpl.containsAttribute(String)
.
public void testChildForIndex()
ElementImpl.child(int)
.
public void testChildWithElementIndexOutOfBoundsException()
ElementImpl.child(int)
para a exceção ElementIndexOutOfBoundsException
.
public void testChildForName()
ElementImpl.child(String)
.
public void testChildWithElementNotFoundException()
ElementImpl.child(String)
para a exceção ElementNotFoundException
.
public void testChildren()
ElementImpl.children()
.
public void testChildrenWithName()
ElementImpl.children(String)
.
public void testChildrenValue()
ElementImpl.childrenValue()
.
public void testChildrenValueForName()
ElementImpl.childrenValue(String)
.
public void testContainsChild()
ElementImpl.containsChild(String)
.
public void testContainsChildren()
ElementImpl.containsChildren()
.
public void testName()
ElementImpl.name()
.
public void testNode()
ElementImpl.node()
.
public void testNumberOfChildren()
ElementImpl.numberOfChildren()
.
public void testNumberOfChildrenForName()
ElementImpl.numberOfChildren(String)
.
public void testPath()
ElementImpl.path()
.
public void testValue()
ElementImpl.value()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |