|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.xisemele.impl.EditorImplTest
public class EditorImplTest
Casos de teste para a classe EditorImpl
.
Constructor Summary | |
---|---|
EditorImplTest()
|
Method Summary | |
---|---|
void |
testAttributes()
Testa os métodos EditorImpl.attribute(String, Object) e EditorImpl.attribute(String, Date, String) . |
void |
testContainsElement()
Testa o método EditorImpl.containsElement(String) . |
void |
testDefineAsCurrent()
Testa o método EditorImpl.defineAsCurrent(String) . |
void |
testDocument()
Testa o método EditorImpl.document() . |
void |
testElements()
Testa os métodos EditorImpl.element(String) , EditorImpl.element(String, Object) ,
EditorImpl.element(String, Date, String) e EditorImpl.element(Element) . |
void |
testRemove()
Testa os métodos EditorImpl.remove() , EditorImpl.removeAttribute(String) , EditorImpl.removeAttributes() ,
EditorImpl.removeChild(String) , EditorImpl.removeChildren() e EditorImpl.removeChildren(String) . |
void |
testRename()
Testa o método EditorImpl.rename(String) . |
void |
testResult()
Testa o método EditorImpl.result() . |
void |
testValue()
Testa os métodos EditorImpl.value(Object) e EditorImpl.value(Date, String) . |
void |
testWithin()
Testa os métodos EditorImpl.within() e EditorImpl.endWithin() . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditorImplTest()
Method Detail |
---|
public void testAttributes()
EditorImpl.attribute(String, Object)
e EditorImpl.attribute(String, Date, String)
.
public void testContainsElement()
EditorImpl.containsElement(String)
.
public void testDefineAsCurrent()
EditorImpl.defineAsCurrent(String)
.
public void testElements()
EditorImpl.element(String)
, EditorImpl.element(String, Object)
,
EditorImpl.element(String, Date, String)
e EditorImpl.element(Element)
.
public void testWithin()
EditorImpl.within()
e EditorImpl.endWithin()
.
public void testDocument()
EditorImpl.document()
.
public void testRemove()
EditorImpl.remove()
, EditorImpl.removeAttribute(String)
, EditorImpl.removeAttributes()
,
EditorImpl.removeChild(String)
, EditorImpl.removeChildren()
e EditorImpl.removeChildren(String)
.
public void testRename()
EditorImpl.rename(String)
.
public void testValue()
EditorImpl.value(Object)
e EditorImpl.value(Date, String)
.
public void testResult()
EditorImpl.result()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |