org.eclipse.emf.test.performance.sdo.accessor
Class StaticBidirectionalTest

java.lang.Object
  extended byPerformanceTestCase
      extended byorg.eclipse.emf.test.performance.EMFPerformanceTestCase
          extended byorg.eclipse.emf.test.performance.sdo.accessor.StaticBidirectionalTest

public class StaticBidirectionalTest
extends EMFPerformanceTestCase

Uses EMF and SDO APIs to set values on instances of a library model with bi-directional references.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.emf.test.performance.EMFPerformanceTestCase
ALL_DIMENSIONS, MEMORY_DIMENSIONS, TIME_DIMENSIONS
 
Constructor Summary
StaticBidirectionalTest(java.lang.String name)
           
 
Method Summary
 void setAdaptedByGenerated()
           Uses the SDO generated API to set the value of a bi-directional property with an adapter, from a DataObject whose model has been statically created.
 void setByGenerated()
           Uses the SDO generated API to set the value of a bi-directional property from a DataObject whose model has been statically created.
 void setWithESet()
           Uses the EMF reflective API to set the value of a bi-directional feature from a DataObject/EObject whose model has been statically created.
static Test suite()
           
 
Methods inherited from class org.eclipse.emf.test.performance.EMFPerformanceTestCase
getRepetitions, getWarmUp, setRepetitions, setWarmUp, tagAsGlobalSummary, tagAsSummary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticBidirectionalTest

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

suite

public static Test suite()

setByGenerated

public void setByGenerated()

Uses the SDO generated API to set the value of a bi-directional property from a DataObject whose model has been statically created. Test details:


setAdaptedByGenerated

public void setAdaptedByGenerated()

Uses the SDO generated API to set the value of a bi-directional property with an adapter, from a DataObject whose model has been statically created. Test details:


setWithESet

public void setWithESet()

Uses the EMF reflective API to set the value of a bi-directional feature from a DataObject/EObject whose model has been statically created. Test details: