Files
openide/java/java-runtime
Sergei Vorobyov a2047655a0 IDEA-325556 [Platform|TestFramework] fix: use getExpectedStringPresentation instead of getExpected where we expect text
The return type of `FileComparisonData.getExpected` is `Object`. In `Opentest4j` scenario, it can be FileInfo. So we need to use `FileComparisonData.getExpectedStringPresentation` instead.

GitOrigin-RevId: c32aaf1674072c3c21ccaf447c9d50296a9e38e3
2023-11-21 17:27:43 +00:00
..