AssertJ-DB latest news

AssertJ-DB site has moved to https://assertj.github.io/doc/

What's coming in the next AssertJ-DB release:

Soon

AssertJ-DB 1.3.0 :

Release date : 2019年12月26日 (dependency declaration)

Javadoc : for versions 1.3.0

Improvements :
Bug fixes :
  • issue #62 : Fix close-to when tolerance exceed 60 seconds

AssertJ-DB 1.2.0 :

Release date : 2017年05月08日 (dependency declaration)

Javadoc : for versions 1.2.0

Improvements :
  • issue #36 : Add order on table (with Order)
  • issue #41 : Add BDDAssertions so you can use then() instead of assertThat() (Pascal Schumacher)
  • issue #43 : Add isEqualTo(Character) and isNotEqualTo(Character) for values. Add hasValues(Character...) and containsValues(Character...) for columns. Add hasValues(Character) and hasValues(Character, Character) for columns of changes
  • issue #45 : Add support for testing that a row contains no Null values : hasOnlyNotNullValues() assertion method (fiery-phoenix)
  • Add isEmpty() assertion method related to number of rows (fiery-phoenix)
Bug fixes :
  • issue #39 : Add start delimiter and end delimiter for table name and column name (used to generate the request) in Table
  • issue #49 : NullPointerException while asserting no changes
  • issue #52 : Fix about the outputs with column name and value with %

AssertJ-DB 1.1.1 :

Release date : 2016年04月23日 (dependency declaration)

Javadoc : for versions 1.1.1

Bug fixes :
  • issue #37 : assertj-db 1.1.0 does not work with java 7

AssertJ-DB 1.1.0 :

Release date : 2016年04月14日 (dependency declaration)

Javadoc : for versions 1.1.0

Improvements :
  • Add from(Calendar) and now() methods to DateValue, TimeValue and DateTimeValue
  • issue #9 : Provide a way to view the data of a Table, of a Request or of Changes with Outputs
  • issue #15 : Add support for UUID type columns (Otoniel Isidoro)
  • Add a isOfClass(Class) assertion method for value and column
  • issue #18 : Add isCloseTo(...) methods for Number, DateValue, TimeValue and DateTimeValue
  • issue #19 : Add support for BLOBs and CLOBs
  • issue #22 : Add isEqualTo(Object) for values. Add hasValues(Object...) for columns. Add hasValues(Object) and hasValues(Object, Object) for columns of changes
  • issue #25 : Add containsValues(...) methods for columns
  • issue #29 : Add hasNumberOfXXXGreaterThan(...), hasNumberOfXXXLessThan(...), hasNumberOfXXXGreaterThanOrEqualTo(...) and hasNumberOfXXXLessThanOrEqualTo(...) methods for the rows, columns, changes and modified columns
  • issue #34 : Enhance exception message when column does not exist
Bug fixes :
  • issue #21 : Add possibility to pass a reference containing a null value like parameter to isEqualTo() and isNotEqualTo()
  • issue #23 : Fix support of Numbers (bug when the mapping is a Double instance)
  • issue #31 : Fix detection of primary keys (caused by letter case) in some DBMS
  • issue #32 : Fix SQL requests for DBMS with letter case different from upper case in the name of the DB elements

AssertJ-DB 1.0.1 :

Release date : 2015年08月09日 (dependency declaration)

Javadoc : for versions 1.0.1

Bug fixes :
  • issue #13 : AbstractMethodError when creating a Table using a Datasource instead of a Source

AssertJ-DB 1.0.0 :

Release date : 2015年07月12日 (dependency declaration)

Javadoc : for versions 1.0.0

First AssertJ-DB release.


AltStyle によって変換されたページ (->オリジナル) /