public void AUT_ThrowingRecursionHandler_Is_Instance_Present_Test() { // Assert _throwingRecursionHandlerInstanceType.ShouldNotBeNull(); _throwingRecursionHandlerInstance.ShouldNotBeNull(); _throwingRecursionHandlerInstanceFixture.ShouldNotBeNull(); CurrentInstance.ShouldNotBeNull(); }
public void AUT_ThrowingRecursionHandler_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange ThrowingRecursionHandler instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); }