コード例 #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);
 }
コード例 #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);
 }
コード例 #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
ファイル: ViewSpy.cs プロジェクト: fernandoescolar/myweather
 public ViewSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
コード例 #12
0
ファイル: ViewStub.cs プロジェクト: fernandoescolar/myweather
 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);
 }
コード例 #14
0
 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);
 }
コード例 #18
0
 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);
 }
コード例 #21
0
 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);
 }
コード例 #24
0
 public WeatherServiceSpy()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
 }
コード例 #25
0
 public ContactValidatorStub()
 {
     this.countCallers = new CountCallers(this);
     this.countCalls   = new CountCalls(this);
     this.handlers     = new Handlers(this);
 }