JUnit 4
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
For more information, please visit:
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.github.baev |
| Идентификатор | Идентификаторjunit-model |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJunit Model
The parent pom.xml for our open source projects
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junit-model-1.0.pom | |
| junit-model-1.0.jar | 16 KB |
| junit-model-1.0-sources.jar | 9 KB |
| junit-model-1.0-javadoc.jar | 76 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.baev/junit-model/ -->
<dependency>
<groupId>com.github.baev</groupId>
<artifactId>junit-model</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.baev/junit-model/
implementation 'com.github.baev:junit-model:1.0'
// https://jarcasting.com/artifacts/com.github.baev/junit-model/
implementation ("com.github.baev:junit-model:1.0")
'com.github.baev:junit-model:jar:1.0'
<dependency org="com.github.baev" name="junit-model" rev="1.0">
<artifact name="junit-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.baev', module='junit-model', version='1.0')
)
libraryDependencies += "com.github.baev" % "junit-model" % "1.0"
[com.github.baev/junit-model "1.0"]
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
For more information, please visit: