Affecto.IdentityManagement.AcceptanceTests.Infrastructure.TestScenario.TearDown C# (CSharp) Method

TearDown() private method

private TearDown ( ) : void
return void
        public static void TearDown()
        {
            Assert.IsFalse(ScenarioContext.Current.Any(pair => pair.Value is Exception), "Unhandled exception was thrown in scenario.");
        }