java.lang.Object
PerformanceTest
measurements.suites.CrosscutMeasurement
- public class CrosscutMeasurement
- extends PerformanceTest
Performance testcase for measuring a simulation of runes.
In this testcase,the column RUNS (the fifths)
represents the time needed to dispatch a faked Breakpoint
implementation event.
- Version:
- $Revision: 1.1.1.1 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toBeAccessedOrModified
public int toBeAccessedOrModified
stringToBeAccessedOrModified
public java.lang.String stringToBeAccessedOrModified
useProse
final boolean useProse
testAspect
CrosscutMeasurement.TestAspect testAspect
CrosscutMeasurement
public CrosscutMeasurement(java.lang.String name)
- Construct test with given name.
staticVoidMethod
public static void staticVoidMethod()
voidMethod
public void voidMethod()
voidMethodLong
public void voidMethodLong(java.lang.String a,
java.lang.String b)
setUp
protected void setUp()
throws java.lang.Exception
tearDown
protected void tearDown()
throws ch.ethz.prose.SystemTeardownException
testAllLocationShort
public void testAllLocationShort()
- Test the time needed to simulate the dispatching of a
join-point to a all locations listener.
testAllLocationLong
public void testAllLocationLong()
testAllLocationFast
public void testAllLocationFast()
testWildcardWildcardLong
public void testWildcardWildcardLong()
testConcreteWildcardLong
public void testConcreteWildcardLong()
testWildcardConcreteShort
public void testWildcardConcreteShort()
testConcreteConcreteShort
public void testConcreteConcreteShort()
testConcreteConcreteStaticShort
public void testConcreteConcreteStaticShort()
- Test the time needed to simulate the dispatching of a
join-point to a all locations listener.
testConcreteConcreteLong
public void testConcreteConcreteLong()
testNotOptimized
public void testNotOptimized()
- Test the time needed to simulate the dispatching of a
join-point to a all locations listener.
testAllFieldsAccess
public void testAllFieldsAccess()
- Test the time needed to simulate the dispatching of a
join-point to a all locations listener.
testAllFieldsIntModifications
public void testAllFieldsIntModifications()
testAllFieldsStringModifications
public void testAllFieldsStringModifications()
suite
public static junit.framework.Test suite()
- Test suite.