Skip to content

Provides classes and structures for testing java beans, builder, constructor, factory-methods, comparator and so on.

License

Notifications You must be signed in to change notification settings

svenhaag/cui-test-value-objects

 
 

Repository files navigation

cui-test-value-objects

What is it?

A library to support creating unit-tests and much more. Compared to other, more behavior-oriented frameworks like EasyMock or Mockito, it focuses, as its name implies, on testing and generating Value-Objects of all sorts. Therefore it is no replacement of said frameworks but a supplement. Testing values-objects is about checking properties, constructors, factories, builder,…​ and the dependent canonical object-methods. In addition, the library provides a feature rich generator system.

Maven Coordinates

    <dependency>
        <groupId>de.cuioss.test</groupId>
        <name>cui-test-value-objects</name>
    </dependency>

Understanding Value-Object testing

There are a number of features that can be used. Therefore, there are different documentation parts for the specific features:

About

Provides classes and structures for testing java beans, builder, constructor, factory-methods, comparator and so on.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%