Beispiel #1
0
        public void SaveText_should_throw_EndpointUnreachableException_when_server_unavailable()
        {
            Func <Task> act = async() => await _s3Client.SaveText("test", "test");

            act.Should().Throw <EndpointUnreachableException>();
        }