org.apache.bcel
Class ElementValueGenTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.bcel.AbstractTestCase
              extended by org.apache.bcel.ElementValueGenTestCase
All Implemented Interfaces:
junit.framework.Test

public class ElementValueGenTestCase
extends AbstractTestCase


Constructor Summary
ElementValueGenTestCase()
           
 
Method Summary
 void testCreateBooleanElementValue()
           
 void testCreateByteElementValue()
           
 void testCreateCharElementValue()
           
 void testCreateClassElementValue()
           
 void testCreateDoubleElementValue()
           
 void testCreateEnumElementValue()
           
 void testCreateFloatElementValue()
           
 void testCreateIntegerElementValue()
          Create primitive element values
 void testCreateLongElementValue()
           
 void testCreateShortElementValue()
           
 void testCreateStringElementValue()
           
 
Methods inherited from class org.apache.bcel.AbstractTestCase
createFruitAnnotationEntry, createRepos, createTestdataFile, dumpAnnotationEntries, dumpAnnotationEntries, dumpAttributes, findAttribute, findAttribute, getMethod, getTestClass, wipe, wipe
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementValueGenTestCase

public ElementValueGenTestCase()
Method Detail

testCreateIntegerElementValue

public void testCreateIntegerElementValue()
Create primitive element values


testCreateFloatElementValue

public void testCreateFloatElementValue()

testCreateDoubleElementValue

public void testCreateDoubleElementValue()

testCreateLongElementValue

public void testCreateLongElementValue()

testCreateCharElementValue

public void testCreateCharElementValue()

testCreateByteElementValue

public void testCreateByteElementValue()

testCreateBooleanElementValue

public void testCreateBooleanElementValue()

testCreateShortElementValue

public void testCreateShortElementValue()

testCreateStringElementValue

public void testCreateStringElementValue()

testCreateEnumElementValue

public void testCreateEnumElementValue()

testCreateClassElementValue

public void testCreateClassElementValue()


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.