Added support for 'mill init' from existing Gradle project #4372
Annotations
5 errors
Run /./.github/actions/post-build-selective:
contrib/testng/test/resources/demo/testng/src/foo/HelloTests.java#L73127
expected:<"Not hello, world"> but was:<"Hello, world">
AssertionFailedError: expected:<"Not hello, world"> but was:<"Hello, world">
|
Run /./.github/actions/post-build-selective:
foo HelloTests#L1
Expected <Hello, world>, actual <Not hello, world>.
AssertionError: Expected <Hello, world>, actual <Not hello, world>.
|
Run /./.github/actions/post-build-selective:
ArgsParserTests#L1
result.length == 80
result: Seq[String] = ArraySeq(hello, world)
|
Run /./.github/actions/post-build-selective:
ArgsParserTests#L1
result.length == 80
result: Seq[String] = ArraySeq(hello, world)
|
Run /./.github/actions/post-build-selective:
ArgsParserSpec#L1
Array("hello", "world") had length 2 instead of expected length 80
|
Loading