testng-junit5
Implementation of the JUnit5 Platform TestEngine interface
build
Launch Maven to build, format and run integration tests:
mvn verify -P run-fmt,run-its
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов TestNG |
| Группа | Группаcom.github.testng-team |
| Идентификатор | Идентификаторtestng-junit5 |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTestNG TestEngine
Implementation of the JUnit5 Platform TestEngine interface
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| testng-junit5-0.0.1.pom | |
| testng-junit5-0.0.1.jar | 11 KB |
| testng-junit5-0.0.1-sources.jar | 7 KB |
| testng-junit5-0.0.1-javadoc.jar | 403 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.testng-team/testng-junit5/ -->
<dependency>
<groupId>com.github.testng-team</groupId>
<artifactId>testng-junit5</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.testng-team/testng-junit5/
implementation 'com.github.testng-team:testng-junit5:0.0.1'
// https://jarcasting.com/artifacts/com.github.testng-team/testng-junit5/
implementation ("com.github.testng-team:testng-junit5:0.0.1")
'com.github.testng-team:testng-junit5:jar:0.0.1'
<dependency org="com.github.testng-team" name="testng-junit5" rev="0.0.1">
<artifact name="testng-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.testng-team', module='testng-junit5', version='0.0.1')
)
libraryDependencies += "com.github.testng-team" % "testng-junit5" % "0.0.1"
[com.github.testng-team/testng-junit5 "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 7.0.0 |
| org.junit.platform : junit-platform-engine | jar | 1.5.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 |
Implementation of the JUnit5 Platform TestEngine interface
Launch Maven to build, format and run integration tests:
mvn verify -P run-fmt,run-its