Example #1
0
        public async Task CheckApplicationHealth_CallsFilterLaunchpads()
        {
            await service.CheckApplicationHealth();

            this.launchpadDaoMock.VerifyAll();
        }