Exemplo n.º 1
0
 public MutantTestedEvent(MutantResultState state)
     : base(OperationsState.Testing)
 {
     _state = state;
 }
Exemplo n.º 2
0
 protected override void SetState(MutantResultState value, bool updateChildren, bool updateParent)
 {
     base.SetState(value, updateChildren, updateParent);
     UpdateDisplayedText();
 }
Exemplo n.º 3
0
 protected override void SetState(MutantResultState value, bool updateChildren, bool updateParent)
 {
     base.SetState(value, updateChildren, updateParent);
     UpdateDisplayedText();
 }
Exemplo n.º 4
0
 public MutantTestedEvent(MutantResultState state)
     : base(OperationsState.Testing)
 {
     _state = state;
 }