greflect
0.11-DRAFT

usecase.sample
Class TestReflectionSample

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by jp.sourceforge.greflect.GreflectTestCase
              extended by usecase.sample.TestReflectionSample
All Implemented Interfaces:
junit.framework.Test

public class TestReflectionSample
extends GreflectTestCase

.

SourceInfo:
Sticky Tag: $Name: $
Last Updater: $Author: $
$Id: TestReflectionSample.java 129 2008-06-22 15:02:40Z yo-zi $

Author:
yo-zi

Constructor Summary
TestReflectionSample(java.lang.String testName)
           
 
Method Summary
 void test01_InvokeSample1_Static()
           
 void test01_InvokeSample2_Ungeneric()
           
 void test02_InstantiateSample1_Normal()
           
 void test03_InvokeStaticNoTypeVar_Normal()
           
 void test04_InvokeStaticWithoutTypeParam_Normal()
           
 
Methods inherited from class jp.sourceforge.greflect.GreflectTestCase
assertRegex, assertRegex, doNothing, getTmpDir, needsToWriteFiles, setUp
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestReflectionSample

public TestReflectionSample(java.lang.String testName)
Method Detail

test01_InvokeSample1_Static

public void test01_InvokeSample1_Static()
                                 throws java.lang.Throwable
Throws:
java.lang.Throwable

test01_InvokeSample2_Ungeneric

public void test01_InvokeSample2_Ungeneric()
                                    throws java.lang.Throwable
Throws:
java.lang.Throwable

test02_InstantiateSample1_Normal

public void test02_InstantiateSample1_Normal()
                                      throws java.lang.Throwable
Throws:
java.lang.Throwable

test03_InvokeStaticNoTypeVar_Normal

public void test03_InvokeStaticNoTypeVar_Normal()
                                         throws java.lang.Throwable
Throws:
java.lang.Throwable

test04_InvokeStaticWithoutTypeParam_Normal

public void test04_InvokeStaticWithoutTypeParam_Normal()
                                                throws java.lang.Throwable
Throws:
java.lang.Throwable

greflect
0.11-DRAFT

Copyright © 2008 yo-zi. All Rights Reserved.