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); }
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); }
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); }
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); }
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); }
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); }
public ContactValidatorSpy() { this.countCallers = new CountCallers(this); this.countCalls = new CountCalls(this); }
public ContactRepositorySpy() { this.countCallers = new CountCallers(this); this.countCalls = new CountCalls(this); }
public ContainerSpy() { this.countCallers = new CountCallers(this); this.countCalls = new CountCalls(this); }
public ViewSpy() { this.countCallers = new CountCallers(this); this.countCalls = new CountCalls(this); }
public ViewStub() { this.countCallers = new CountCallers(this); this.countCalls = new CountCalls(this); this.handlers = new Handlers(this); }
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); }
public ContainerStub() { this.countCallers = new CountCallers(this); this.countCalls = new CountCalls(this); this.handlers = new Handlers(this); }
public ContactRepositoryStub() { this.countCallers = new CountCallers(this); this.countCalls = new CountCalls(this); this.handlers = new Handlers(this); }
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); }
public StateManagerSpy() { this.countCallers = new CountCallers(this); this.countCalls = new CountCalls(this); }
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); }
public EventSubscriptionSpy() { this.countCallers = new CountCallers(this); this.countCalls = new CountCalls(this); }
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); }