Esempio n. 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);
 }
Esempio n. 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);
 }
Esempio n. 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);
 }
Esempio n. 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);
 }
Esempio n. 5
0
 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);
 }
Esempio n. 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);
 }
Esempio n. 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);
 }
Esempio n. 8
0
 public ContactValidatorSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
Esempio n. 9
0
 public ContactRepositorySpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
Esempio n. 10
0
 public ContainerSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
Esempio n. 11
0
 public ViewSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
Esempio n. 12
0
 public ViewStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }
Esempio n. 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);
 }
Esempio n. 15
0
 public ContainerStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }
Esempio n. 16
0
 public ContactRepositoryStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }
Esempio n. 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);
 }
Esempio n. 19
0
 public StateManagerSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
Esempio n. 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);
 }
Esempio n. 22
0
 public EventSubscriptionSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
Esempio n. 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);
 }