Home
last modified time | relevance | path

Searched refs:otherConfig (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
DProjectLintConfigurationTest.java84 ProjectLintConfiguration otherConfig = in testInheritance() local
88 new ProjectLintConfiguration(client, project, otherConfig, false); in testInheritance()
96 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE); in testInheritance()
97 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR); in testInheritance()
104 otherConfig.setSeverity(usuallyEnabledIssue, Severity.ERROR); in testInheritance()
105 otherConfig.setSeverity(usuallyDisabledIssue, Severity.IGNORE); in testInheritance()
116 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE); in testInheritance()
117 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR); in testInheritance()
120 assertFalse(otherConfig.isEnabled(usuallyEnabledIssue)); in testInheritance()
121 assertTrue(otherConfig.isEnabled(usuallyDisabledIssue)); in testInheritance()