You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertion.hasMessage("There are 2 unfixed errors:" +
39
+
assertion.hasMessage("There are 4 unfixed errors:" +
40
40
System.lineSeparator() + "Error on line: 1, column: 1 cannot be fixed automatically" +
41
41
System.lineSeparator() + "[FILE_NAME_INCORRECT] file name is incorrect - it should end with .kt extension and be in PascalCase: testlib" +
42
42
System.lineSeparator() + "Error on line: 1, column: 1 cannot be fixed automatically" +
43
-
System.lineSeparator() + "[FILE_NAME_MATCH_CLASS] file name is incorrect - it should match with the class described in it if there is the only one class declared: testlib vs Unsolvable");
43
+
System.lineSeparator() + "[FILE_NAME_MATCH_CLASS] file name is incorrect - it should match with the class described in it if there is the only one class declared: testlib vs Unsolvable" +
44
+
System.lineSeparator() + "Error on line: 1, column: 1 cannot be fixed automatically" +
45
+
System.lineSeparator() + "[DEBUG_PRINT] use a dedicated logging library: found println()" +
46
+
System.lineSeparator() + "Error on line: 13, column: 9 cannot be fixed automatically" +
47
+
System.lineSeparator() + "[DEBUG_PRINT] use a dedicated logging library: found println()");
assertion.hasMessage("There are 2 unfixed errors:" +
62
+
assertion.hasMessage("There are 4 unfixed errors:" +
59
63
System.lineSeparator() + "Error on line: 1, column: 1 cannot be fixed automatically" +
60
64
System.lineSeparator() + "[FILE_NAME_INCORRECT] file name is incorrect - it should end with .kt extension and be in PascalCase: testlib" +
61
65
System.lineSeparator() + "Error on line: 1, column: 1 cannot be fixed automatically" +
62
-
System.lineSeparator() + "[FILE_NAME_MATCH_CLASS] file name is incorrect - it should match with the class described in it if there is the only one class declared: testlib vs Unsolvable");
66
+
System.lineSeparator() + "[FILE_NAME_MATCH_CLASS] file name is incorrect - it should match with the class described in it if there is the only one class declared: testlib vs Unsolvable" +
67
+
System.lineSeparator() + "Error on line: 1, column: 1 cannot be fixed automatically" +
68
+
System.lineSeparator() + "[DEBUG_PRINT] use a dedicated logging library: found println()" +
69
+
System.lineSeparator() + "Error on line: 13, column: 9 cannot be fixed automatically" +
70
+
System.lineSeparator() + "[DEBUG_PRINT] use a dedicated logging library: found println()");
0 commit comments