Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ch.ethz.prose
Class JVMInfoInterfaceTest  view JVMInfoInterfaceTest download JVMInfoInterfaceTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bych.ethz.prose.JVMInfoInterfaceTest
All Implemented Interfaces:
junit.framework.Test

public class JVMInfoInterfaceTest
extends junit.framework.TestCase

JUnit testcase for class JVMInfoInterface.

Version:
$Revision: 1.1.1.1 $

Nested Class Summary
(package private) static class JVMInfoInterfaceTest.TestClass1
           
(package private) static class JVMInfoInterfaceTest.TestClass2
           
(package private)  class JVMInfoInterfaceTest.TestEnclosingHook
           
(package private) static class JVMInfoInterfaceTest.TestException
           
(package private)  class JVMInfoInterfaceTest.TestKindHook
           
 
Field Summary
(package private)  ch.ethz.jvmai.JVMAspectInterface aspectInterface
           
(package private)  java.lang.reflect.Field field
           
(package private)  java.lang.reflect.Method method
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
JVMInfoInterfaceTest(java.lang.String name)
          Construct test with given name.
 
Method Summary
private  void enclosingLevel1(JVMInfoInterfaceTest.TestClass1 test)
           
private  void enclosingLevel2(int i)
           
private  void enclosingLevel3()
           
protected  void setUp()
          Sets up the fixture, for example, open a network connection.
static junit.framework.Test suite()
          Test suite.
protected  void tearDown()
          Tears down the fixture, for example, close a network connection.
 void test_0010_GetLoadedClasses()
           
 void test_0025_GetEnclosingJoinPoint()
           
 void test_0030_GetJoinPointKinds()
           
 void test_0030_GetLocalVariableInfo()
           
 void test_0040_GetFieldJoinPointInfo()
           
 void test_0050_GetMethodJoinPointInfo()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

aspectInterface

ch.ethz.jvmai.JVMAspectInterface aspectInterface

method

java.lang.reflect.Method method

field

java.lang.reflect.Field field
Constructor Detail

JVMInfoInterfaceTest

public JVMInfoInterfaceTest(java.lang.String name)
Construct test with given name.

Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Description copied from class: junit.framework.TestCase
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.


tearDown

protected void tearDown()
Description copied from class: junit.framework.TestCase
Tears down the fixture, for example, close a network connection. This method is called after a test is executed.


test_0010_GetLoadedClasses

public void test_0010_GetLoadedClasses()

test_0030_GetJoinPointKinds

public void test_0030_GetJoinPointKinds()

enclosingLevel1

private void enclosingLevel1(JVMInfoInterfaceTest.TestClass1 test)

enclosingLevel2

private void enclosingLevel2(int i)

enclosingLevel3

private void enclosingLevel3()

test_0025_GetEnclosingJoinPoint

public void test_0025_GetEnclosingJoinPoint()

test_0030_GetLocalVariableInfo

public void test_0030_GetLocalVariableInfo()

test_0040_GetFieldJoinPointInfo

public void test_0040_GetFieldJoinPointInfo()

test_0050_GetMethodJoinPointInfo

public void test_0050_GetMethodJoinPointInfo()

suite

public static junit.framework.Test suite()
Test suite.