Commit 13f3c1d
committed
[testing-support] add gutter line-marker test for specs2 #SCL-25391 fixed
Mirrors ScalaTestRunLineMarkerProviderTest_Scalatest_3_2_Scala2 against
a Specs2 mutable.Specification with both `should` and `can` scopes and
all three test operators (`in`, `>>`, `!`). Asserts seven gutters:
class identifier, both scope refs, and all four test refs.
Expected offsets were computed by manual character counting of the
fixture source. If JetBrains CI surfaces a mismatch, the assertion's
`expected:<…> but was:<…>` output gives us the actuals to swap in.1 parent b92938f commit 13f3c1d
1 file changed
Lines changed: 38 additions & 0 deletions
File tree
- scala/test-integration/testing-support/test/org/jetbrains/plugins/scala/testingSupport/test/ui
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments