public DefaultTestStateFor(ICreateThe <SUT> factory, IList <ObservationPair> behaviours,
                            IList <SUTContextSetup <SUT> > sut_context_behaviours)
 {
     this.factory = factory;
     this.setup_tear_down_pairs  = behaviours;
     this.sut_context_behaviours = sut_context_behaviours;
 }
Beispiel #2
0
 public DefaultTestStateFor(ICreateThe <SUT> factory)
 {
     this.factory = factory;
 }