All Projects → osgi → osgi-test

osgi / osgi-test

Licence: Apache-2.0 License
Testing support for OSGi. Includes JUnit 4 and JUnit 5 support and AssertJ support.

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to osgi-test

ForgeModdingSkeleton
Skeletons for building Forge mods
Stars: ✭ 21 (-4.55%)
Mutual labels:  junit, junit4, junit5
jpa-unit
JUnit extension to test javax.persistence entities
Stars: ✭ 28 (+27.27%)
Mutual labels:  test, junit, junit5
justtestlah
Dynamic test framework for web and mobile applications
Stars: ✭ 43 (+95.45%)
Mutual labels:  junit, assertj, junit4
flyway-junit5-extensions
Flyway JUnit 5 Extension to clean / migrate your database in tests.
Stars: ✭ 14 (-36.36%)
Mutual labels:  test, junit, junit5
testing-spring-boot-applications-masterclass
🍃 Everything You Need to Know About Testing Spring Boot Applications
Stars: ✭ 185 (+740.91%)
Mutual labels:  junit, junit5
spring-jooq-flyway-testcontainers-junit5
🚀 Example project with configured Spring Boot, JooQ, TestContainers, MySQL container and JUnit5
Stars: ✭ 29 (+31.82%)
Mutual labels:  junit, junit5
parameterized-suite
Provides a new Runner for JUnit 4 that combines the features of Suite and Parameterized
Stars: ✭ 19 (-13.64%)
Mutual labels:  junit, junit4
jbehave-junit-runner
Integrate JBehave better with JUnit. Reports all Stories, Scenarios and Steps as JUnit Suites and Test Cases.
Stars: ✭ 70 (+218.18%)
Mutual labels:  junit, junit4
junit5-kubernetes
Use kubernetes pod from your Junit5 test classes
Stars: ✭ 40 (+81.82%)
Mutual labels:  junit, junit5
advanced-spring-scaffold
This project provides an advanced baseline to help you kick start a Spring project.
Stars: ✭ 21 (-4.55%)
Mutual labels:  assertj, junit5
kit-assignment-tests
Test collection for KIT programming assignments (WS16/17)
Stars: ✭ 18 (-18.18%)
Mutual labels:  test, junit
junit5-demo
Demos for JUnit 5
Stars: ✭ 46 (+109.09%)
Mutual labels:  junit, junit5
to-string-verifier
To String Verifier provides an easy and convenient way to test the toString method on your class.
Stars: ✭ 25 (+13.64%)
Mutual labels:  test, junit
scalatest-junit-runner
JUnit 5 runner for Scalatest
Stars: ✭ 30 (+36.36%)
Mutual labels:  test, junit
qa-automation-base
There are basic projects for automation frameworks based on Kotlin/Java and TypeScript for the backend, frontend, and mobile.
Stars: ✭ 45 (+104.55%)
Mutual labels:  assertj, junit5
action-junit-report
Reports junit test results as GitHub Pull Request Check
Stars: ✭ 103 (+368.18%)
Mutual labels:  test, junit
AndroidTestingBox
Android project to experiment various testing tools
Stars: ✭ 63 (+186.36%)
Mutual labels:  junit, assertj
Starwars-clean
Simple project with clean architecture
Stars: ✭ 34 (+54.55%)
Mutual labels:  test, junit
osgi-testsuite
The OSGi Test Suite runs all JUnit tests in a given list of bundles
Stars: ✭ 15 (-31.82%)
Mutual labels:  osgi, junit
CI-Report-Converter
The tool converts different error reporting standards for deep compatibility with popular CI systems (TeamCity, IntelliJ IDEA, GitHub Actions, etc).
Stars: ✭ 17 (-22.73%)
Mutual labels:  test, junit

OSGi Testing Support

Testing support for OSGi

Purpose

This project provides a set of bundles which contain useful and helpful classes for testing of OSGi API.

org.osgi.test.common

This artifact includes common utility classes which are useful in all testing scenarios.

org.osgi.test.assertj.*

These artifacts provides support classes for OSGi testing with AssertJ including custom assertions. Currently there are artifacts for org.osgi.framework, org.osgi.util.promise, and org.osgi.service.log.

org.osgi.test.junit4

This artifact provides support classes for OSGi testing with JUnit 4 including JUnit 4 Rules.

org.osgi.test.junit5

This artifact provides support classes for OSGi testing with JUnit 5 including JUnit 5 Extensions.

org.osgi.test.junit5.cm

This artifact provides support classes for OSGi testing with ConfigurationAdmin and JUnit 5 including JUnit 5 Extensions.

org.osgi.test.junit5.listeners.log.osgi

This artifact provides a JUnit 5 TestExecutionListener that logs test output via the OSGi Log Service.

Building

We use Maven to build and the repo includes mvnw. You can use your system mvn but we require a recent version.

  • ./mvnw clean install - Assembles and tests the project

Build Status

Code Quality

We use CodeQL for continuous security analysis.

Repository

Release versions of osgi-test bundles are available on Maven Central under the org.osgi group ID. You can find them here.

For those who want the bleeding edge, snapshot artifacts are published to the Sonatype OSS repository:

https://oss.sonatype.org/content/repositories/snapshots/

Future work

See the open issues for the list of outstanding TODOs.

License

This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which is available at https://www.apache.org/licenses/LICENSE-2.0.

Contributing

Want to hack? There are instructions to get you started.

They are probably not perfect, please let us know if anything feels wrong or incomplete.

Acknowledgments

This project uses the Bnd Maven Plugins to build.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].