Esempio n. 1
0
        public void RemoveObject_should_throw_EndpointUnreachableException_when_server_unavailable()
        {
            Func <Task> act = async() => await _s3Client.RemoveObject("test");

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