Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashawley/crosstest
Scala and ScalaJS test skeleton
https://github.com/ashawley/crosstest
Last synced: 5 days ago
JSON representation
Scala and ScalaJS test skeleton
- Host: GitHub
- URL: https://github.com/ashawley/crosstest
- Owner: ashawley
- Created: 2017-04-06T20:00:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T18:53:19.000Z (over 7 years ago)
- Last Synced: 2024-10-31T12:46:51.463Z (about 2 months ago)
- Language: Scala
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
$ sbt
> test
[info] Passed: Total 2, Failed 0, Errors 0, Passed 2
[info] Passed: Total 2, Failed 0, Errors 0, Passed 2
[success] Total time: 6 s, completed Apr 6, 2017 4:03:22 PM> fooJS/test
[info] Passed: Total 2, Failed 0, Errors 0, Passed 2
[success] Total time: 3 s, completed Apr 6, 2017 4:05:47 PM> fooJVM/test
[info] Passed: Total 2, Failed 0, Errors 0, Passed 2
[success] Total time: 0 s, completed Apr 6, 2017 4:05:50 PM> testOnly -- -v
[info] Passed: Total 0, Failed 0, Errors 0, Passed 0
[info] No tests to run for root/test:testOnly
[info] Test run started
[info] Test scalajsplugintest.NullTest.nilTest started
[info] Test run finished: 0 failed, 0 ignored, 1 total, 0.013s
[info] Test run started
[info] Test scalajsplugintest.NullTestJava.nilTest started
[info] Test run finished: 0 failed, 0 ignored, 1 total, 0.015s
[info] Passed: Total 2, Failed 0, Errors 0, Passed 2
[info] Test run started
[info] Test scalajsplugintest.NullTestJs.nilTest started
[info] Test run finished: 0 failed, 0 ignored, 1 total, 0.007000064s
[info] Test run started
[info] Test scalajsplugintest.NullTest.nilTest started
[info] Test run finished: 0 failed, 0 ignored, 1 total, 0.009000192s
[info] Passed: Total 2, Failed 0, Errors 0, Passed 2
[success] Total time: 3 s, completed Apr 6, 2017 4:06:46 PM> fooJS/testOnly -- -v
[info] Test run started
[info] Test scalajsplugintest.NullTestJs.nilTest started
[info] Test run finished: 0 failed, 0 ignored, 1 total, 0.007000064s
[info] Test run started
[info] Test scalajsplugintest.NullTest.nilTest started
[info] Test run finished: 0 failed, 0 ignored, 1 total, 0.007000064s
[info] Passed: Total 2, Failed 0, Errors 0, Passed 2
[success] Total time: 1 s, completed Apr 6, 2017 4:06:51 PM> fooJVM/testOnly -- -v
[info] Test run started
[info] Test scalajsplugintest.NullTestJava.nilTest started
[info] Test run finished: 0 failed, 0 ignored, 1 total, 0.007s
[info] Test run started
[info] Test scalajsplugintest.NullTest.nilTest started
[info] Test run finished: 0 failed, 0 ignored, 1 total, 0.007s
[info] Passed: Total 2, Failed 0, Errors 0, Passed 2
[success] Total time: 0 s, completed Apr 6, 2017 4:06:54 PM