mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
switch tests on new inference
(cherry picked from commit d2cbf3f2833104c3a0381059b0d6ef8ac0b3c94c)
This commit is contained in:
@@ -83,6 +83,22 @@ public class GraphInferenceHighlightingTest extends LightDaemonAnalyzerTestCase
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testAfterAbstractPipeline() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testCapturedReturnTypes() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testOverloadChooserOfReturnType() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testIDEA98866() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
doTest(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user