org.eclipse.emf.test.performance.sdo.deserialization
Class DynamicIPOSDOLoadTest

java.lang.Object
  extended byPerformanceTestCase
      extended byorg.eclipse.emf.test.performance.EMFPerformanceTestCase
          extended byorg.eclipse.emf.test.performance.sdo.deserialization.DynamicIPOSDOLoadTest
Direct Known Subclasses:
StaticIPOSDOLoadTest

public class DynamicIPOSDOLoadTest
extends EMFPerformanceTestCase

Loads/deserializes SDO instances of dynamic International Purchase Order (IPO) model.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.emf.test.performance.EMFPerformanceTestCase
ALL_DIMENSIONS, MEMORY_DIMENSIONS, TIME_DIMENSIONS
 
Constructor Summary
DynamicIPOSDOLoadTest(java.lang.String name)
           
 
Method Summary
 void loadWithNoOptions()
           Loads/deserializes a static or dynamic instance of the EMF International Purchase Order (IPO) model.
 void loadWithParserAndFeatureMapCache()
           Loads/deserializes a static or dynamic instance of the SDO International Purchase Order (IPO) model.
 void loadWithParserCache()
           Loads/deserializes a static or dynamic instance of the SDO International Purchase Order (IPO) model.
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

DynamicIPOSDOLoadTest

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

suite

public static Test suite()

loadWithNoOptions

public void loadWithNoOptions()
                       throws java.lang.Exception

Loads/deserializes a static or dynamic instance of the EMF International Purchase Order (IPO) model. Options: none

Throws:
java.lang.Exception

loadWithParserCache

public void loadWithParserCache()
                         throws java.lang.Exception

Loads/deserializes a static or dynamic instance of the SDO International Purchase Order (IPO) model. Options:

Throws:
java.lang.Exception

loadWithParserAndFeatureMapCache

public void loadWithParserAndFeatureMapCache()
                                      throws java.lang.Exception

Loads/deserializes a static or dynamic instance of the SDO International Purchase Order (IPO) model. Options:

Throws:
java.lang.Exception