Scala.js JUnit Tools
Invoke Scala.js JUnit tests inside JavaScript VM, such as Node.js or Phantom.js
| Install | Production Release | Development Release |
|---|---|---|
| Scala 2.11 | ||
| Scala 2.12 |
Usage
- simple test case
- advanced plugin integration
| Лицензия |
Лицензия
Apache-2.0
|
|---|---|
| Категории |
КатегорииJavaScript Языки программирования Scala JUnit Тестирование компонентов |
| Группа | Группаcom.carrotgarden.sjs |
| Идентификатор | Идентификаторscala-js-junit-tools |
| Последняя версия | Последняя версия1.0.1.20180129202557 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеScala.js JUnit tools
Invoke Scala.js JUnit tests inside JavaScript VM, such as Node.js or Phantom.js
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.carrotgarden.sjs/scala-js-junit-tools/ -->
<dependency>
<groupId>com.carrotgarden.sjs</groupId>
<artifactId>scala-js-junit-tools</artifactId>
<version>1.0.1.20180129202557</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotgarden.sjs/scala-js-junit-tools/
implementation 'com.carrotgarden.sjs:scala-js-junit-tools:1.0.1.20180129202557'
// https://jarcasting.com/artifacts/com.carrotgarden.sjs/scala-js-junit-tools/
implementation ("com.carrotgarden.sjs:scala-js-junit-tools:1.0.1.20180129202557")
'com.carrotgarden.sjs:scala-js-junit-tools:jar:1.0.1.20180129202557'
<dependency org="com.carrotgarden.sjs" name="scala-js-junit-tools" rev="1.0.1.20180129202557">
<artifact name="scala-js-junit-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotgarden.sjs', module='scala-js-junit-tools', version='1.0.1.20180129202557')
)
libraryDependencies += "com.carrotgarden.sjs" % "scala-js-junit-tools" % "1.0.1.20180129202557"
[com.carrotgarden.sjs/scala-js-junit-tools "1.0.1.20180129202557"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scala-js : scalajs-junit-test-runtime_2.12 | jar | 0.6.22 |
| org.junit.vintage : junit-vintage-engine | jar | 4.12.3 |
| junit : junit | jar | 4.12 |
| org.junit.platform : junit-platform-runner | jar | 1.0.3 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.scala-lang : scala-library | jar | 2.12.4 |
| com.typesafe : config | jar | 1.3.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.0.3 |
| org.scala-lang : scala-reflect | jar | 2.12.4 |
| org.scala-js : scalajs-sbt-test-adapter_2.12 | jar | 0.6.22 |
| org.scala-js : scalajs-js-envs_2.12 | jar | 0.6.22 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scala-js : scalajs-library_2.12 | jar | 0.6.22 |
Invoke Scala.js JUnit tests inside JavaScript VM, such as Node.js or Phantom.js
| Install | Production Release | Development Release |
|---|---|---|
| Scala 2.11 | ||
| Scala 2.12 |
Usage