https://github.com/project-tsurugi/iceaxe-testing
Tsurugi Iceaxe test
https://github.com/project-tsurugi/iceaxe-testing
java testing tsurugidb
Last synced: 11 months ago
JSON representation
Tsurugi Iceaxe test
- Host: GitHub
- URL: https://github.com/project-tsurugi/iceaxe-testing
- Owner: project-tsurugi
- License: apache-2.0
- Created: 2023-09-25T07:59:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-03T01:42:58.000Z (about 1 year ago)
- Last Synced: 2025-07-03T02:36:39.072Z (about 1 year ago)
- Topics: java, testing, tsurugidb
- Language: Java
- Homepage:
- Size: 672 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# iceaxe-testing - Iceaxe test
## Requirements
* Java `>= 11`
* access to installed dependent modules:
* iceaxe-core
* Tsubakuro
## How to execute
### Execute
```bash
cd iceaxe-testing
./gradlew test
```
### Execute with iceaxe-core, Tsubakuro that installed locally
Execute with Gradle Property `mavenLocal` .
```bash
cd iceaxe-testing
./gradlew test -PmavenLocal
```
### Execute with endpoint
```bash
./gradlew test -Pdbtest.endpoint=tcp://localhost:12345
```
## License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)