Skip to content

project-tsurugi/iceaxe-testing

Repository files navigation

iceaxe-testing - Iceaxe test

Requirements

  • Java >= 11

  • access to installed dependent modules:

    • iceaxe-core
    • Tsubakuro

How to execute

Execute

cd iceaxe-testing
./gradlew test

Execute with iceaxe-core, Tsubakuro that installed locally

Execute with Gradle Property mavenLocal .

cd iceaxe-testing
./gradlew test -PmavenLocal

Execute with endpoint

./gradlew test -Pdbtest.endpoint=tcp://localhost:12345

License

Apache License, Version 2.0