Skip to content
#

assertj

Here are 130 public repositories matching this topic...

joel-costigliola
joel-costigliola commented Oct 19, 2019

Summary

ShouldContainOnly is used in a few places where we know what kind of elements we are dealing with, in this case instead of using the term element we could use a more descriptive name.

Example

Spliterator<?> actual = createSpliterator(SORTED | ORDERED);
spliterators.assertHasOnlyCharacteristics(INFO, actual, DISTINCT, SORTED);

fails with this error

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

You can’t perform that action at this time.