inference: proper exceptions thrown checks (IDEA-152577)

This commit is contained in:
Anna Kozlova
2016-03-04 17:00:37 +01:00
parent 09e54999ef
commit 8ff49ddc39
3 changed files with 22 additions and 1 deletions
@@ -63,6 +63,10 @@ public class ConstraintsInferenceMiscTest extends LightDaemonAnalyzerTestCase {
doTest(false);
}
public void testExceptionConstraintsWithProperAndNonProperThrows() throws Exception {
doTest(false);
}
private void doTest(final boolean checkWarnings) {
doTest(BASE_PATH + "/" + getTestName(false) + ".java", checkWarnings, false);
}