Code Monkey home page Code Monkey logo

assertj-core's Introduction

AssertJ - Fluent assertions for java

Build status:

  • master: Build Status (master)
  • 2.x: Build Status (2.x)

Maven Central

AssertJ provides a rich and intuitive set of strongly-typed assertions to use for unit testing (either with JUnit or TestNG).

The AssertJ web site contains all projects documentation and can be found here, it notably includes AssertJ Core documentation.

You can ask questions and make suggestions on AssertJ google group.

AssertJ's ambition is to provide a rich and intuitive set of strongly-typed assertions to use for unit testing.
The idea is that, when writing unit tests, we should have at our disposal assertions specific to the type of the objects we are checking. If you're checking the value of a String, you use String-specific assertions. Checking the value of a Map? Use the Map-specific assertions, which make it easy to check on the contents of the map.

AssertJ is composed of several modules:

Assertion missing? Please create an issue!

AssertJ's assertions are super easy to write: just type assertThat followed by the actual value in parentheses and then a dot, and any Java IDE will show you all the assertions available for the type of the object to verify. No more confusion about the order of the "expected" and "actual" values. Our assertions are very readable as well: they read very close to plain English, making it easier for non-technical people to read test code. A lot of effort have been done to provide intuitive error messages showing as clearly as possible what the problem is.

Note that AssertJ 2.x requires at least Java 7 and AssertJ 3.x requires at least Java 8.

AssertJ core javadoc is published here.

To read details on the latest releases, please go to AssertJ Core latest news.

It is easy to start using AssertJ, follow the One minute starting guide.

Having assertions for common types like List is great, but you might want some that are specific to your own types. This is possible with AssertJ because it is easily extensible so it's simple to write assertions for your custom types.

Moreover, to ease your work, we provide assertions generator that can take a set of custom types and create specific assertions. The tools provided are:

To help you replace JUnit assertions by AssertJ ones, you can use a script or do regexp search and replace manually as indicated here.

Check our migration guide, it covers migrating from Fest 1.4 and migrating from Fest 2.x.

You are encouraged to contribute any missing, useful assertions. To do so, please read the contributing section.

assertj-core's People

Contributors

joel-costigliola avatar alexruiz avatar pascalschumacher avatar wanghy avatar ash2k avatar twillouer avatar jcgay avatar mhaligowski avatar nfrancois avatar olim7t avatar alexbischof avatar filiphr avatar olivierdemeijer avatar mkordas avatar mariuszs avatar brianlaframboise avatar hazendaz avatar fiery-phoenix avatar gesellix avatar abalhier avatar chriscancompute avatar mikosik avatar glhez avatar turbo87 avatar pimterry avatar marcus-nl avatar lpandzic avatar dancorder avatar kamilszymanski avatar dorzey avatar

Watchers

James Cloos avatar  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.