Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yukihane/koma-for-eclipse-junit
Koma is forked version Quick JUnit, targetting for JUnit5, latest Eclipse and STS for Eclipse.
https://github.com/yukihane/koma-for-eclipse-junit
eclipse eclipse-plugins java junit junit5
Last synced: about 13 hours ago
JSON representation
Koma is forked version Quick JUnit, targetting for JUnit5, latest Eclipse and STS for Eclipse.
- Host: GitHub
- URL: https://github.com/yukihane/koma-for-eclipse-junit
- Owner: yukihane
- License: other
- Created: 2021-12-10T05:48:56.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-12-11T19:53:48.000Z (about 3 years ago)
- Last Synced: 2024-11-06T03:17:19.234Z (about 2 months ago)
- Topics: eclipse, eclipse-plugins, java, junit, junit5
- Language: Java
- Homepage:
- Size: 3.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Koma, for quick JUnit testing on Eclipse
This project is forked one of https://github.com/kompiro/quick-junit[Quick JUnit].
== Target Environments
* Latest Eclipse
* Latest https://spring.io/tools[STS for Eclipse]Eclipse 2021-09, 2021-12 with Java 11 or later LTS version.
== Installation
1. Build:
- `mvn clean package`
2. Install into Eclipse:
- Select menu **Help > Install New Software...** .
- Select archive `repository/target/repository-xxx.zip`.== Documents
* original README - link:README.textile[]
* original README(ja) - link:ja/README.textile[]
* development guide(ja) - link:ja/DEVELOPMENT_GETTING_STARTED_ja.txt[]== License
https://opensource.org/licenses/cpl1.0.txt[CPL 1.0] (see: http://quick-junit.osdn.jp/[original project site] )
* https://licenses.opensource.jp/CPL-1.0/CPL-1.0.html[参考日本語訳]