org.equanda.generate
Class CaseConversionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.equanda.generate.CaseConversionTest
All Implemented Interfaces:
junit.framework.Test

public class CaseConversionTest
extends junit.framework.TestCase

Checks for invalid case conversions

Author:
NetRom team

Constructor Summary
CaseConversionTest()
           
 
Method Summary
protected  void setUp()
           
 void testCaseConversionAuto()
           
 void testCaseConversionBothValueAndClass()
           
 void testCaseConversionCalculated()
           
 void testCaseConversionInvalidType()
           
 void testCaseConversionInvalidValue()
           
 void testCaseConversionNoValueNoClass()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CaseConversionTest

public CaseConversionTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testCaseConversionInvalidType

public void testCaseConversionInvalidType()
                                   throws Exception
Throws:
Exception

testCaseConversionAuto

public void testCaseConversionAuto()
                            throws Exception
Throws:
Exception

testCaseConversionCalculated

public void testCaseConversionCalculated()
                                  throws Exception
Throws:
Exception

testCaseConversionInvalidValue

public void testCaseConversionInvalidValue()
                                    throws Exception
Throws:
Exception

testCaseConversionNoValueNoClass

public void testCaseConversionNoValueNoClass()
                                      throws Exception
Throws:
Exception

testCaseConversionBothValueAndClass

public void testCaseConversionBothValueAndClass()
                                         throws Exception
Throws:
Exception


Copyright © 2007-2009. All Rights Reserved.