public LongTimeTaskFixture()
 {
     Task = new LongTermTask();
 }
Example #2
0
 public PatientShould(ITestOutputHelper output, LongTimeTaskFixture fixture)
 {
     _output  = output;
     _patient = new Patient();
     _task    = fixture.Task;
 }