Exemplo n.º 1
0
 protected Project()
 {
     Name            = Constants.ProjectUndefined;
     FilePath        = string.Empty;
     _chartTemplates = new Cache <string, CurveChartTemplate>(x => x.Name, x => null);
     Creation        = new CreationMetaData();
 }
 protected override void Because()
 {
     _creationMetaData = sut.Create();
 }
Exemplo n.º 3
0
 public ModelCoreSimulation()
 {
     Creation = new CreationMetaData();
     Icon     = IconNames.SIMULATION;
 }