|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectintegration.ElementTest
public class ElementTest
Casos de teste de integração da instância de Element na leitura de determinado documento XML.
| Constructor Summary | |
|---|---|
ElementTest()
|
|
| Method Summary | |
|---|---|
void |
testAttributes()
Testa os métodos de leitura de atributos. |
void |
testChildren()
Testa os métodos de leitura de elementos filhos. |
void |
testName()
Testa o método Element.name(); |
void |
testPath()
Testa o método Element.path(). |
void |
testValue()
Testa o método Element.value(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElementTest()
| Method Detail |
|---|
public void testName()
Element.name();
public void testValue()
Element.value().
public void testAttributes()
public void testChildren()
public void testPath()
Element.path().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||