Searched refs:otherConfig (Results 1 – 1 of 1) sorted by relevance
84 ProjectLintConfiguration otherConfig = in testInheritance() local88 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()