serp.bytecode
Class TestAttributes

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

public class TestAttributes
extends junit.framework.TestCase

Tests the Attributes type.

Author:
Abe White

Constructor Summary
TestAttributes(String test)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
 void testAddAttributes()
          Test adding attributs.
 void testClear()
          Test clearing attributes.
 void testGetAttributes()
          Test getting attributes.
 void testRemoveAttribute()
          Test removing a class.
 void testSetAttributes()
          Test setting attributes.
 
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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestAttributes

public TestAttributes(String test)
Method Detail

testGetAttributes

public void testGetAttributes()
Test getting attributes.


testSetAttributes

public void testSetAttributes()
Test setting attributes.


testAddAttributes

public void testAddAttributes()
Test adding attributs.


testClear

public void testClear()
Test clearing attributes.


testRemoveAttribute

public void testRemoveAttribute()
Test removing a class.


suite

public static junit.framework.Test suite()

main

public static void main(String[] args)


Copyright © 2002-2013. All Rights Reserved.