[tests] don't start test framework checks if framework is not attached (IDEA-285422)

GitOrigin-RevId: d356f61463159b8bbace12bc35a598e3211bfff0
This commit is contained in:
Anna Kozlova
2021-12-22 10:41:55 +01:00
committed by intellij-monorepo-bot
parent 913b1c47e7
commit 9789b5b05d
3 changed files with 41 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
// "Move initializer to setUp method" "true"
// "Move initializer to setUp method" "false"
public class X {
<caret>int i = 7;