JUnit4 for OSGi Parent

These bundles enable to run JUnit 4 into a OSGi running system.

Лицензия

Лицензия

Категории

Категории

JUnit Тестирование компонентов
Группа

Группа

com.github.nfalco79
Идентификатор

Идентификатор

junit4osgi-parent
Последняя версия

Последняя версия

1.2.15
Дата

Дата

Тип

Тип

pom
Описание

Описание

JUnit4 for OSGi Parent
These bundles enable to run JUnit 4 into a OSGi running system.
Ссылка на сайт

Ссылка на сайт

https://github.com/nfalco79/junit4osgi
Система контроля версий

Система контроля версий

https://github.com/nfalco79/junit4osgi

Скачать junit4osgi-parent

Имя Файла Размер
junit4osgi-parent-1.2.15.pom 13 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-parent/ -->
<dependency>
    <groupId>com.github.nfalco79</groupId>
    <artifactId>junit4osgi-parent</artifactId>
    <version>1.2.15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-parent/
implementation 'com.github.nfalco79:junit4osgi-parent:1.2.15'
// https://jarcasting.com/artifacts/com.github.nfalco79/junit4osgi-parent/
implementation ("com.github.nfalco79:junit4osgi-parent:1.2.15")
'com.github.nfalco79:junit4osgi-parent:pom:1.2.15'
<dependency org="com.github.nfalco79" name="junit4osgi-parent" rev="1.2.15">
  <artifact name="junit4osgi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='junit4osgi-parent', version='1.2.15')
)
libraryDependencies += "com.github.nfalco79" % "junit4osgi-parent" % "1.2.15"
[com.github.nfalco79/junit4osgi-parent "1.2.15"]

Зависимости

provided (4)

Идентификатор библиотеки Тип Версия
org.osgi : org.osgi.core jar 4.3.0
org.osgi : org.osgi.service.log jar 1.3.0
org.osgi : org.osgi.service.component jar 1.3.0
org.osgi : org.osgi.util.tracker jar 1.5.1

test (1)

Идентификатор библиотеки Тип Версия
org.mockito : mockito-core jar 2.11.0

Модули Проекта

  • junit4osgi-bundle
  • junit4osgi-registry
  • junit4osgi-runner
  • junit4osgi-gui

JUnit4OSGi

Build Status Coverage Status

Maven

Released versions are available in The Central Repository. Just add this artifact to your project:

<dependency>
    <groupId>com.github.nfalco79</groupId>
    <artifactId>junit4osgi-runner</artifactId>
    <version>{version}</version>
</dependency>

However if you want to use the last snapshot version, you have to add the Nexus OSS repository:

<repository>
    <id>osshr</id>
    <name>Nexus OSS repository for snapshots</name>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>

License

This project is licensed under APLv2 license.

Версии библиотеки

Версия
1.2.15
1.2.14
1.2.13
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0