예제 #1
0
        protected override async Task Context()
        {
            await base.Context();

            _mobiSimulation = new IndividualSimulation {
                Properties = new SimulationProperties {
                    Origin = Origins.MoBi
                }
            };
        }
예제 #2
0
 protected override async Task Because()
 {
     _simulation = await sut.MapToModel(_snapshot, _project);
 }
 protected override async Task Because()
 {
     _simulation = await sut.MapToModel(_snapshot, new SimulationContext(run : true, new SnapshotContext(_project, ProjectVersions.Current)));
 }