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
Copy file name to clipboardexpand all lines: tests/shared/src/main/scala/munit/AssertionsFrameworkSuite.scala
+4-4
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,15 @@ class AssertionsFrameworkSuite extends FunSuite {
43
43
objectAssertionsFrameworkSuite
44
44
extendsFrameworkTest(
45
45
classOf[AssertionsFrameworkSuite],
46
-
"""|==> failure munit.AssertionsFrameworkSuite.equal-tostring - /scala/munit/AssertionsFrameworkSuite.scala:11 values are not equal even if they have the same `toString()`: C
46
+
"""|==> failure munit.AssertionsFrameworkSuite.equal-tostring - tests/shared/src/main/scala/munit/AssertionsFrameworkSuite.scala:11 values are not equal even if they have the same `toString()`: C
47
47
|10: }
48
48
|11: assertEquals[Any, Any](new A(), new B())
49
49
|12: }
50
-
|==> failure munit.AssertionsFrameworkSuite.case-class-productPrefix - /scala/munit/AssertionsFrameworkSuite.scala:21 values are not equal even if they have the same `toString()`: A()
50
+
|==> failure munit.AssertionsFrameworkSuite.case-class-productPrefix - tests/shared/src/main/scala/munit/AssertionsFrameworkSuite.scala:21 values are not equal even if they have the same `toString()`: A()
|==> failure munit.AssertionsFrameworkSuite.toString-has-different-whitespace - /scala/munit/AssertionsFrameworkSuite.scala:39 values are not equal, even if their text representation only differs in leading/trailing whitespace and ANSI escape characters: foo
64
+
|==> failure munit.AssertionsFrameworkSuite.toString-has-different-whitespace - tests/shared/src/main/scala/munit/AssertionsFrameworkSuite.scala:39 values are not equal, even if their text representation only differs in leading/trailing whitespace and ANSI escape characters: foo
"""|==> failure munit.AsyncFunFixtureFrameworkSuite.fail when setup fails - failure in setup
56
56
|==> failure munit.AsyncFunFixtureFrameworkSuite.fail when teardown fails - failure in teardown
57
-
|==> failure munit.AsyncFunFixtureFrameworkSuite.fail when test and teardown fail - /scala/munit/AsyncFunFixtureFrameworkSuite.scala:28 failure in test
57
+
|==> failure munit.AsyncFunFixtureFrameworkSuite.fail when test and teardown fail - tests/shared/src/main/scala/munit/AsyncFunFixtureFrameworkSuite.scala:28 failure in test
58
58
|27: failingTeardown.test("fail when test and teardown fail") { _ =>
Copy file name to clipboardexpand all lines: tests/shared/src/main/scala/munit/CiOnlyFrameworkSuite.scala
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ class CiOnlyFrameworkSuite extends FunSuite {
13
13
objectCiOnlyFrameworkSuite
14
14
extendsFrameworkTest(
15
15
classOf[CiOnlyFrameworkSuite],
16
-
"""|==> failure munit.CiOnlyFrameworkSuite.only - /scala/munit/CiOnlyFrameworkSuite.scala:5 'Only' tag is not allowed when `isCI=true`
16
+
"""|==> failure munit.CiOnlyFrameworkSuite.only - tests/shared/src/main/scala/munit/CiOnlyFrameworkSuite.scala:5 'Only' tag is not allowed when `isCI=true`
0 commit comments