public void AUT_CharSequenceGenerator_Is_Instance_Present_Test()
 {
     // Assert
     _charSequenceGeneratorInstanceType.ShouldNotBeNull();
     _charSequenceGeneratorInstance.ShouldNotBeNull();
     _charSequenceGeneratorInstanceFixture.ShouldNotBeNull();
     CurrentInstance.ShouldNotBeNull();
 }
        public void AUT_CharSequenceGenerator_Instantiated_Without_Parameter_No_Throw_Exception_Test()
        {
            // Arrange
            CharSequenceGenerator instance = null;

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

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