示例#1
0
 public EventAggregatorMock()
 {
     this.countCallers  = new CountCallers(this);
     this.countCalls    = new CountCalls(this);
     this.handlers      = new Handlers(this);
     this.verifications = new Verifications(this);
     this.verifiers     = new Verifiers(this);
 }
示例#2
0
 public NavigationServiceMock()
 {
     this.countCallers  = new CountCallers(this);
     this.countCalls    = new CountCalls(this);
     this.handlers      = new Handlers(this);
     this.verifications = new Verifications(this);
     this.verifiers     = new Verifiers(this);
 }
示例#3
0
 public ContainerMock()
 {
     this.countCallers  = new CountCallers(this);
     this.countCalls    = new CountCalls(this);
     this.handlers      = new Handlers(this);
     this.verifications = new Verifications(this);
     this.verifiers     = new Verifiers(this);
 }
示例#4
0
 public ContactRepositoryMock()
 {
     this.countCallers  = new CountCallers(this);
     this.countCalls    = new CountCalls(this);
     this.handlers      = new Handlers(this);
     this.verifications = new Verifications(this);
     this.verifiers     = new Verifiers(this);
 }
 public ViewModelMock()
 {
     this.countCallers  = new CountCallers(this);
     this.countCalls    = new CountCalls(this);
     this.handlers      = new Handlers(this);
     this.verifications = new Verifications(this);
     this.verifiers     = new Verifiers(this);
 }
示例#6
0
 public EventSubscriptionMock()
 {
     this.countCallers  = new CountCallers(this);
     this.countCalls    = new CountCalls(this);
     this.handlers      = new Handlers(this);
     this.verifications = new Verifications(this);
     this.verifiers     = new Verifiers(this);
 }
示例#7
0
 public StateManagerMock()
 {
     this.countCallers  = new CountCallers(this);
     this.countCalls    = new CountCalls(this);
     this.handlers      = new Handlers(this);
     this.verifications = new Verifications(this);
     this.verifiers     = new Verifiers(this);
 }
示例#8
0
 public ContactValidatorSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
示例#9
0
 public ContactRepositorySpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
示例#10
0
 public ContainerSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
示例#11
0
 public ViewSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
示例#12
0
 public ViewStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }
示例#13
0
 public StateManagerStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }
 public NavigationServiceSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
示例#15
0
 public ContainerStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }
示例#16
0
 public ContactRepositoryStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }
示例#17
0
 public EventAggregatorStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }
 public WeatherServiceStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }
示例#19
0
 public StateManagerSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
示例#20
0
 public EventAggregatorSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
 public EventSubscriptionStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }
示例#22
0
 public EventSubscriptionSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
示例#23
0
 public NavigationServiceStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }
 public WeatherServiceSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
 public ContactValidatorStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }