public void AUT_ModestConstructorQuery_Is_Instance_Present_Test()
 {
     // Assert
     _modestConstructorQueryInstanceType.ShouldNotBeNull();
     _modestConstructorQueryInstance.ShouldNotBeNull();
     _modestConstructorQueryInstanceFixture.ShouldNotBeNull();
     CurrentInstance.ShouldNotBeNull();
 }
        public void AUT_ModestConstructorQuery_Instantiated_Without_Parameter_No_Throw_Exception_Test()
        {
            // Arrange
            ModestConstructorQuery instance = null;

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

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