public void AUT_DefaultEngineParts_Is_Instance_Present_Test()
 {
     // Assert
     _defaultEnginePartsInstanceType.ShouldNotBeNull();
     _defaultEnginePartsInstance.ShouldNotBeNull();
     _defaultEnginePartsInstanceFixture.ShouldNotBeNull();
     CurrentInstance.ShouldNotBeNull();
 }
        public void AUT_DefaultEngineParts_Instantiated_Without_Parameter_No_Throw_Exception_Test()
        {
            // Arrange
            DefaultEngineParts instance = null;

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

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