org.eclipse.emf.test.performance.deserialization
Class StaticIpoLoad

java.lang.Object
  extended byPerformanceTestCase
      extended byorg.eclipse.emf.test.performance.EMFPerformanceTestCase
          extended byorg.eclipse.emf.test.performance.deserialization.DynamicIpoLoad
              extended byorg.eclipse.emf.test.performance.deserialization.StaticIpoLoad

public class StaticIpoLoad
extends DynamicIpoLoad

Loads/deserializes EMF instances of static 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
StaticIpoLoad(java.lang.String name)
           
 
Method Summary
static Test suite()
           
 
Methods inherited from class org.eclipse.emf.test.performance.deserialization.DynamicIpoLoad
testLoad, testLoadParserAndFeatureMapCache, testLoadParserCache
 
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

StaticIpoLoad

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

suite

public static Test suite()