Signifies that it's not a specimen.

ISpecimenBuilder implementations are expected to return NoSpecimen instances if they can't handle the request. This ensures that can be used as a proper return value.

Наследование: IEquatable
Пример #1
0
        public void AUT_NoSpecimen_Instantiated_Without_Parameter_No_Throw_Exception_Test()
        {
            // Arrange
            NoSpecimen instance = null;

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

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