Class ValidationBuilder_PTest

    • Constructor Detail

      • ValidationBuilder_PTest

        public ValidationBuilder_PTest()
    • Method Detail

      • validProject

        public void validProject()
                          throws org.eclipse.core.runtime.CoreException,
                                 java.io.IOException
        Throws:
        org.eclipse.core.runtime.CoreException
        java.io.IOException
      • notAModelValidationProject

        public void notAModelValidationProject()
                                        throws org.eclipse.core.runtime.CoreException,
                                               java.io.IOException
        Throws:
        org.eclipse.core.runtime.CoreException
        java.io.IOException
      • validationErrors

        public void validationErrors()
                              throws org.eclipse.core.runtime.CoreException,
                                     java.io.IOException
        Test that problem markers are correctly created for resources that have validation errors.
        Throws:
        org.eclipse.core.runtime.CoreException
        java.io.IOException
      • noAutoBuild

        public void noAutoBuild()
                         throws org.eclipse.core.runtime.CoreException,
                                java.io.IOException
        Test that problem markers are correctly not created for resources even that have validation errors, when auto-build is not enabled.
        Throws:
        org.eclipse.core.runtime.CoreException
        java.io.IOException
      • delegateProviders

        public void delegateProviders()
                               throws org.eclipse.core.runtime.CoreException,
                                      java.io.IOException
        Throws:
        org.eclipse.core.runtime.CoreException
        java.io.IOException
      • markerHelperProviders

        public void markerHelperProviders()
                                   throws org.eclipse.core.runtime.CoreException,
                                          java.io.IOException
        Throws:
        org.eclipse.core.runtime.CoreException
        java.io.IOException
      • injections

        public void injections()
                        throws org.eclipse.core.runtime.CoreException,
                               java.io.IOException
        Throws:
        org.eclipse.core.runtime.CoreException
        java.io.IOException
      • validationProblemsFixed

        public void validationProblemsFixed()
                                     throws org.eclipse.core.runtime.CoreException,
                                            java.io.IOException
        Test that markers are correctly cleared on incremental validation when problems are fixed.
        Throws:
        org.eclipse.core.runtime.CoreException
        java.io.IOException
      • deregisterServices

        public void deregisterServices()