Skip to content
#

assertj

Here are 163 public repositories matching this topic...

bdumon
bdumon commented Jul 23, 2021

Summary

In assertj 3.17.0, for 2D arrays like byte[][] the hasSize(int) method has been replaced by hasDimensions(int, int).

It would be useful to keep the hasSize(int) as well. The length of the second dimension might be different for each entry, or it might simply be irrelevant to the test.

Example

byte[][] bytes = {{1}, {1, 2}, {1, 2, 3}};
assertThat(byte

This repository contains sample code. Its purpose being, to quickly demonstrate Android and software development in general, clean code, best practices, testing and all those other must know goodies.

  • Updated Sep 25, 2017
  • Java

Improve this page

Add a description, image, and links to the assertj topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the assertj topic, visit your repo's landing page and select "manage topics."

Learn more