Exemple #1
0
 public void AUT_IntPtrGuard_Is_Instance_Present_Test()
 {
     // Assert
     _intPtrGuardInstanceType.ShouldNotBeNull();
     _intPtrGuardInstance.ShouldNotBeNull();
     _intPtrGuardInstanceFixture.ShouldNotBeNull();
     CurrentInstance.ShouldNotBeNull();
 }
Exemple #2
0
        public void AUT_IntPtrGuard_Instantiated_Without_Parameter_No_Throw_Exception_Test()
        {
            // Arrange
            IntPtrGuard instance = null;

            // Act
            var exception = CreateAnalyzer.GetThrownExceptionWhenCreate(out instance);

            // Assert
            instance.ShouldNotBeNull();
            exception.ShouldBeNull();
        }