public void AUT_UInt16SequenceGenerator_Is_Instance_Present_Test()
 {
     // Assert
     _uInt16SequenceGeneratorInstanceType.ShouldNotBeNull();
     _uInt16SequenceGeneratorInstance.ShouldNotBeNull();
     _uInt16SequenceGeneratorInstanceFixture.ShouldNotBeNull();
     CurrentInstance.ShouldNotBeNull();
 }
        public void AUT_UInt16SequenceGenerator_Instantiated_Without_Parameter_No_Throw_Exception_Test()
        {
            // Arrange
            UInt16SequenceGenerator instance = null;

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

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