Giter Club home page Giter Club logo

valid8j's Introduction

valid8j-pcond: DbC and Value Checking Library

valid8j (pronounced validate-j) is a DbC (design by contract[1]) library named after valid4j[2]. It uses pcond, which provides you with predicates that can print descriptive message on a failure, instead of hamcrest used by valid4j. The benefit of pcond over hamcrest is its compatibility and extensibility. Instead of "matchers" that hamcrest uses to verify values, pcond uses Java’s plain Predicate and provide useful preset predicates from which you can build your own predicates for complex types. So, you can reuse the predicates you created for assertions for other purposes, such as value checking and testing.

For full documentation, visit here. Also, check its overview.

Installation

Have a following maven dependency in your pom.xml.

<dependency>
  <groupId>com.github.dakusui</groupId>
  <artifactId>valid8j-pcond</artifactId>
  <version>{valid8j-pcond-version}</version>
</dependency>

Visit oss.sonatype.org to figure out the most recent version of valid8j-pcond.

Building the valid8j-pcond Library

How to Build the Project

Compile and Test

mvn clean compile test

Docs

mvn clean compile test site, you will see generated docs under target/site directory.

Build dependencies

  • Java SDK8

  • mvn

  • gem

  • xmllint

  • git

References

valid8j's People

Contributors

dakusui avatar

Stargazers

 avatar

Watchers

Hirotaka Kawata avatar Magdalena Mosakowska avatar Kenichi Shinagawa avatar Shree Ram Neupane avatar Shinno avatar Kaneko Yuto avatar Yuya Okino avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.