net.sf.xisemele.impl
Class EditorImplTest

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

public class EditorImplTest
extends java.lang.Object

Casos de teste para a classe EditorImpl.

Author:
Carlos Eduardo Coral.

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

EditorImplTest

public EditorImplTest()
Method Detail

testAttributes

public void testAttributes()
Testa os métodos EditorImpl.attribute(String, Object) e EditorImpl.attribute(String, Date, String).


testContainsElement

public void testContainsElement()
Testa o método EditorImpl.containsElement(String).


testDefineAsCurrent

public void testDefineAsCurrent()
Testa o método EditorImpl.defineAsCurrent(String).


testElements

public void testElements()
Testa os métodos EditorImpl.element(String), EditorImpl.element(String, Object), EditorImpl.element(String, Date, String) e EditorImpl.element(Element).


testWithin

public void testWithin()
Testa os métodos EditorImpl.within() e EditorImpl.endWithin().


testDocument

public void testDocument()
Testa o método EditorImpl.document().


testRemove

public void testRemove()
Testa os métodos EditorImpl.remove(), EditorImpl.removeAttribute(String), EditorImpl.removeAttributes(), EditorImpl.removeChild(String), EditorImpl.removeChildren() e EditorImpl.removeChildren(String).


testRename

public void testRename()
Testa o método EditorImpl.rename(String).


testValue

public void testValue()
Testa os métodos EditorImpl.value(Object) e EditorImpl.value(Date, String).


testResult

public void testResult()
Testa o método EditorImpl.result().



Copyright © 2009. All Rights Reserved.