| |
|
| measurements.suites.JVMAIInfoMeasurement
JVMAIInfoMeasurement | public class JVMAIInfoMeasurement extends PerformanceTest (Code) | | Performance testcase for measuring the speed of the info-interface.
version: $Revision: 1.3 $ author: Andrei Popovici author: Angela Nicoara |
Inner Class :public static class EmptyTestHook extends JoinPointHook | |
Inner Class :public static class LocalVariableTestHook extends JoinPointHook | |
Inner Class :public static class ThisValueTestHook extends JoinPointHook | |
Inner Class :public static class ReturnValueTestHook extends JoinPointHook | |
Inner Class :public static class FieldOwnerTestHook extends JoinPointHook | |
Inner Class :public static class FieldValueTestHook extends JoinPointHook | |
methodmethodImethodLmethodDmethodOmethodV | Method methodmethodImethodLmethodDmethodOmethodV(Code) | | |
theFieldToAccess | public int theFieldToAccess(Code) | | |
useProse | final boolean useProse(Code) | | |
JVMAIInfoMeasurement | public JVMAIInfoMeasurement(String name)(Code) | | Construct test with given name.
Parameters: name - test name |
setUp | protected void setUp()(Code) | | |
suite | public static Test suite()(Code) | | Test suite.
test instance |
tearDown | protected void tearDown()(Code) | | |
test_06_MethodEntry | public void test_06_MethodEntry()(Code) | | |
test_08_GetLocalVariableValue_int | public void test_08_GetLocalVariableValue_int()(Code) | | |
test_09_GetLocalVariableValue_long | public void test_09_GetLocalVariableValue_long()(Code) | | |
test_10_GetLocalVariableValue_double | public void test_10_GetLocalVariableValue_double()(Code) | | |
test_11_GetLocalVariableValue_Object | public void test_11_GetLocalVariableValue_Object()(Code) | | |
test_12_GetThisValue | public void test_12_GetThisValue()(Code) | | |
test_13_MethodExit | public void test_13_MethodExit()(Code) | | |
test_14_GetReturnValue | public void test_14_GetReturnValue()(Code) | | |
test_15_FieldAccess | public void test_15_FieldAccess()(Code) | | |
test_16_GetFieldOwner | public void test_16_GetFieldOwner()(Code) | | |
test_17_GetFieldValue | public void test_17_GetFieldValue()(Code) | | |
test_18_FieldModification | public void test_18_FieldModification()(Code) | | |
test_19_GetNewFieldValue | public void test_19_GetNewFieldValue()(Code) | | |
theMethodToCall | public int theMethodToCall(int i, long l, double d, Object o)(Code) | | |
theMethodToCall | public void theMethodToCall(long i)(Code) | | |
theMethodToCall | public void theMethodToCall(int i)(Code) | | |
theMethodToCall | public void theMethodToCall(double d)(Code) | | |
theMethodToCall | public void theMethodToCall()(Code) | | |
|
|
|