Пример #1
0
    public void ExceptionThrownFromApplicationCanBeObserved()
    {
        var ex = Assert.Throws <InvalidOperationException>(() => _fixture.CreateClient());

        Assert.Equal("This application failed to start", ex.Message);
    }