com.ricebridge.data.test
Class BeanSpecTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.ricebridge.data.test.BeanSpecTest
All Implemented Interfaces:
junit.framework.Test

public class BeanSpecTest
extends junit.framework.TestCase

Test cases for BeanSpec.


Nested Class Summary
static class BeanSpecTest.TypeBean
           
 
Constructor Summary
BeanSpecTest(String pName)
           
 
Method Summary
static void main(String[] pArgs)
           
static junit.framework.TestSuite suite()
           
 void testBoolean()
           
 void testByte()
           
 void testChar()
           
 void testDouble()
           
 void testExceptions()
           
 void testFloat()
           
 void testInteger()
           
 void testLong()
           
 void testReturnType()
           
 void testShort()
           
 void testString()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

BeanSpecTest

public BeanSpecTest(String pName)
Method Detail

suite

public static junit.framework.TestSuite suite()

main

public static void main(String[] pArgs)

testReturnType

public void testReturnType()
                    throws Exception
Throws:
Exception

testExceptions

public void testExceptions()

testBoolean

public void testBoolean()

testInteger

public void testInteger()

testShort

public void testShort()

testLong

public void testLong()

testFloat

public void testFloat()

testDouble

public void testDouble()

testByte

public void testByte()

testChar

public void testChar()

testString

public void testString()


Copyright © 2004-2005 Ricebridge