You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
KKlochko 5427de414f
Update the version.
2 years ago
.github Update actions/cache action to v3 2 years ago
.mvn/wrapper Update dependency maven to v3.9.4 2 years ago
gradle/wrapper Update dependency gradle to v8 2 years ago
src Fix the validators's test have two variant of the order for methods. 2 years ago
.drone.yaml Update the CI/CD configuration to publish the artifacts to the release. 2 years ago
.gitattributes Update Gradle 7.5.1 and Maven 3.8.6 3 years ago
.gitignore Project initialization. 2 years ago
CHANGELOG.md Update the CHANGELOG. 2 years ago
COPYING Add the license, LGPLv3. 2 years ago
COPYING.LESSER Add the license, LGPLv3. 2 years ago
NOTICE initial commit 13 years ago
README.md Update the version. 2 years ago
build.gradle Update the version. 2 years ago
gradlew Update dependency gradle to v8 2 years ago
gradlew.bat Update dependency gradle to v8 2 years ago
mvnw Update dependency maven-wrapper to v3.2.0 2 years ago
mvnw.cmd Update dependency maven-wrapper to v3.2.0 2 years ago
pom.xml Update the version. 2 years ago
settings.gradle Fix the project name for the gradle build. 2 years ago

README.md

simple-jbdd

This project is a simple BDD framework.

The project uses the Spock Framework Example Project

Prerequisites

  • JDK 17 or higher

  • Maven use mvnw wrapper

  • Gradle use gradlew wrapper

Building with Gradle

Downloaded files (including the Gradle distribution itself) will be stored in the Gradle user home directory (typically user_home/.gradle).

Type: test

./gradlew clean test

Type: build

./gradlew clean build

Type: run with asserts

java -ea -jar ./build/libs/simple_jbdd-0.13.5-all.jar

Building with Maven

Downloaded files will be stored in the local Maven repository (typically user_home/.m2/repository).

Type: test

./mvnw clean test

Type: build

./mvnw clean package

Type: run with asserts

java -ea -jar ./target/simple_jbdd-0.13.5.jar

Author

Kostiantyn Klochko (c) 2023

License

Under the GNU Lesser General Public License v3.0 or later.