serp.bytecode
Class TestPrimitive

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by serp.bytecode.AbstractStateTest
              extended by serp.bytecode.TestPrimitive
All Implemented Interfaces:
junit.framework.Test

public class TestPrimitive
extends AbstractStateTest

Tests the handling of primitive BCClasses.

Author:
Abe White

Field Summary
 
Fields inherited from class serp.bytecode.AbstractStateTest
_bc, _project
 
Constructor Summary
TestPrimitive(String test)
           
 
Method Summary
static void main(String[] args)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void testComponent()
          Test operations on the component type.
 void testSuperclass()
          Test operations on the superclass.
 void testType()
          Test the name and type operations.
 
Methods inherited from class serp.bytecode.AbstractStateTest
testAttributes, testBasics, testFields, testInterfaces, testMethods, testWrite
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestPrimitive

public TestPrimitive(String test)
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

testType

public void testType()
Description copied from class: AbstractStateTest
Test the name and type operations.

Specified by:
testType in class AbstractStateTest

testSuperclass

public void testSuperclass()
Description copied from class: AbstractStateTest
Test operations on the superclass.

Specified by:
testSuperclass in class AbstractStateTest

testComponent

public void testComponent()
Description copied from class: AbstractStateTest
Test operations on the component type.

Specified by:
testComponent in class AbstractStateTest

suite

public static junit.framework.Test suite()

main

public static void main(String[] args)


Copyright © 2002-2013. All Rights Reserved.