Home
last modified time | relevance | path

Searched refs:usuallyEnabledIssue (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.java54 Issue usuallyEnabledIssue = DuplicateIdDetector.WITHIN_LAYOUT; in testBasic() local
57 assertTrue(config.isEnabled(usuallyEnabledIssue)); in testBasic()
60 config.setSeverity(usuallyEnabledIssue, Severity.IGNORE); in testBasic()
62 assertFalse(config.isEnabled(usuallyEnabledIssue)); in testBasic()
68 assertFalse(config.isEnabled(usuallyEnabledIssue)); in testBasic()
90 Issue usuallyEnabledIssue = DuplicateIdDetector.WITHIN_LAYOUT; in testInheritance() local
93 assertTrue(config.isEnabled(usuallyEnabledIssue)); in testInheritance()
96 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE); in testInheritance()
100 assertFalse(config.isEnabled(usuallyEnabledIssue)); in testInheritance()
104 otherConfig.setSeverity(usuallyEnabledIssue, Severity.ERROR); in testInheritance()
[all …]