net.sf.xisemele.impl
Class ValueImplTest

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

public class ValueImplTest
extends java.lang.Object

Casos de teste para a classe ValueImpl.

Author:
Carlos Eduardo Coral.

Constructor Summary
ValueImplTest()
           
 
Method Summary
 void testAsBigDecimal()
          Testa o método ValueImpl.asBigDecimal().
 void testAsBigInteger()
          Testa o método ValueImpl.asBigInteger().
 void testAsBoolean()
          Testa o método ValueImpl.asBoolean().
 void testAsByte()
          Testa o método ValueImpl.asByte().
 void testAsDate()
          Testa o método ValueImpl.asDate()
 void testAsDateForPattern()
          Testa o método ValueImpl.asDate(String).
 void testAsDouble()
          Testa o método ValueImpl.asDouble().
 void testAsFloat()
          Testa o método ValueImpl.asFloat().
 void testAsInteger()
          Testa o método ValueImpl.asInteger().
 void testAsLong()
          Testa o método ValueImpl.asLong().
 void testAsShort()
          Testa o método ValueImpl.asShort().
 void testAsString()
          Testa o método ValueImpl.asString().
 void testAsType()
          Testa o método ValueImpl.asType(Class).
 void testEquals()
          Testa o método ValueImpl.equals(Object).
 void testHashCode()
          Testa o método ValueImpl.hashCode().
 void testToString()
          Testa o método ValueImpl.toString().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueImplTest

public ValueImplTest()
Method Detail

testAsByte

public void testAsByte()
Testa o método ValueImpl.asByte().


testAsShort

public void testAsShort()
Testa o método ValueImpl.asShort().


testAsInteger

public void testAsInteger()
Testa o método ValueImpl.asInteger().


testAsLong

public void testAsLong()
Testa o método ValueImpl.asLong().


testAsFloat

public void testAsFloat()
Testa o método ValueImpl.asFloat().


testAsDouble

public void testAsDouble()
Testa o método ValueImpl.asDouble().


testAsBigInteger

public void testAsBigInteger()
Testa o método ValueImpl.asBigInteger().


testAsBigDecimal

public void testAsBigDecimal()
Testa o método ValueImpl.asBigDecimal().


testAsBoolean

public void testAsBoolean()
Testa o método ValueImpl.asBoolean().


testAsString

public void testAsString()
Testa o método ValueImpl.asString().


testAsDate

public void testAsDate()
Testa o método ValueImpl.asDate()


testAsDateForPattern

public void testAsDateForPattern()
Testa o método ValueImpl.asDate(String).


testAsType

public void testAsType()
Testa o método ValueImpl.asType(Class).


testToString

public void testToString()
Testa o método ValueImpl.toString().


testEquals

public void testEquals()
Testa o método ValueImpl.equals(Object).


testHashCode

public void testHashCode()
Testa o método ValueImpl.hashCode().



Copyright © 2009. All Rights Reserved.