An open API service indexing awesome lists of open source software.

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

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)