public class ValidationBuilder_PTest extends AbstractBuilderTest
ValidationBuilder
class.Constructor and Description |
---|
ValidationBuilder_PTest() |
Modifier and Type | Method and Description |
---|---|
void |
delegateProviders() |
void |
deregisterServices() |
void |
injections() |
void |
markerHelperProviders() |
void |
noAutoBuild()
Test that problem markers are correctly not created for resources
even that have validation errors, when auto-build is not enabled.
|
void |
notAModelValidationProject() |
void |
validationErrors()
Test that problem markers are correctly created for resources that have validation errors.
|
void |
validationProblemsFixed()
Test that markers are correctly cleared on incremental validation when
problems are fixed.
|
void |
validProject() |
createAndPopulateProject, createProject, deleteProjects, findMarkersOnResource, hasAttributeThat, importFileIntoProject, setAutoBuild, waitForAutoBuild
public void validProject() throws org.eclipse.core.runtime.CoreException, IOException
org.eclipse.core.runtime.CoreException
IOException
public void notAModelValidationProject() throws org.eclipse.core.runtime.CoreException, IOException
org.eclipse.core.runtime.CoreException
IOException
public void validationErrors() throws org.eclipse.core.runtime.CoreException, IOException
org.eclipse.core.runtime.CoreException
IOException
public void noAutoBuild() throws org.eclipse.core.runtime.CoreException, IOException
org.eclipse.core.runtime.CoreException
IOException
public void delegateProviders() throws org.eclipse.core.runtime.CoreException, IOException
org.eclipse.core.runtime.CoreException
IOException
public void markerHelperProviders() throws org.eclipse.core.runtime.CoreException, IOException
org.eclipse.core.runtime.CoreException
IOException
public void injections() throws org.eclipse.core.runtime.CoreException, IOException
org.eclipse.core.runtime.CoreException
IOException
public void validationProblemsFixed() throws org.eclipse.core.runtime.CoreException, IOException
org.eclipse.core.runtime.CoreException
IOException
public void deregisterServices()
Copyright © 2019. All rights reserved.