public void AUT_ArrayRelay_Is_Instance_Present_Test() { // Assert _arrayRelayInstanceType.ShouldNotBeNull(); _arrayRelayInstance.ShouldNotBeNull(); _arrayRelayInstanceFixture.ShouldNotBeNull(); CurrentInstance.ShouldNotBeNull(); }
public void AUT_ArrayRelay_Instantiated_Without_Parameter_No_Throw_Exception_Test() { // Arrange ArrayRelay instance = null; // Act var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance); // Assert instance.ShouldNotBeNull(); exception.ShouldBeNull(); }