org.jboss.test.cache.test.standAloneAop
Class NonAspectizedAopTest

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.cache.test.standAloneAop.NonAspectizedAopTest

public class NonAspectizedAopTest
extends TestCase

ObjectTestCase.java that uses standalone aop package. Test simple get put Object

See Also:
Serialized Form

Constructor Summary
NonAspectizedAopTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static Test suite()
           
protected  void tearDown()
           
 void testPutPrimitive()
           
 void testPutSerializable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonAspectizedAopTest

public NonAspectizedAopTest(java.lang.String name)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testPutPrimitive

public void testPutPrimitive()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testPutSerializable

public void testPutSerializable()
                         throws java.lang.Exception
Throws:
java.lang.Exception

suite

public static Test suite()
                  throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception