| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ow2.xlcloud |
| Идентификатор | Идентификаторtest-utils |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
Описаниеorg.ow2.xlcloud:test-utils
This module is provides the common test utils, mostly for junit.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| test-utils-1.0.0.pom | |
| test-utils-1.0.0.jar | 3 KB |
| test-utils-1.0.0-sources.jar | 1 KB |
| test-utils-1.0.0-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.xlcloud/test-utils/ -->
<dependency>
<groupId>org.ow2.xlcloud</groupId>
<artifactId>test-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.xlcloud/test-utils/
implementation 'org.ow2.xlcloud:test-utils:1.0.0'
// https://jarcasting.com/artifacts/org.ow2.xlcloud/test-utils/
implementation ("org.ow2.xlcloud:test-utils:1.0.0")
'org.ow2.xlcloud:test-utils:jar:1.0.0'
<dependency org="org.ow2.xlcloud" name="test-utils" rev="1.0.0">
<artifact name="test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.xlcloud', module='test-utils', version='1.0.0')
)
libraryDependencies += "org.ow2.xlcloud" % "test-utils" % "1.0.0"
[org.ow2.xlcloud/test-utils "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.9.0 |
| org.powermock : powermock-module-junit4 | jar | 1.4.12 |
| org.powermock : powermock-api-mockito | jar | 1.4.12 |
| org.jboss.arquillian.junit : arquillian-junit-container | jar | |
| org.jboss.arquillian.container : arquillian-glassfish-embedded-3.1 | jar | 1.0.0.CR4 |
| org.easytesting : fest-assert | jar | 1.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish.main.extras : glassfish-embedded-all | jar | 3.1.2 |