Esempio n. 1
0
        public void RunBootstrapSystems()
        {
            _systemService
            .Awaiting(service => service.BootstrapAsync(CancellationToken))
            .Should().NotThrow();

            _bootstrap.Verify(bootstrap => bootstrap.Execute(CancellationToken));
        }