Mock region data plugin. This obeys the api contract for persistence but stores everything in memory, so that tests can check correct persistence.
Inheritance: ISimulationDataStore
 public NullDataService()
 {
     m_store = new NullDataStore();
 }
Ejemplo n.º 2
0
 public NullDataService()
 {
     m_store = new NullDataStore();
 }