All Classes and Interfaces
Classes
Class
Description
Abstract base class for
Person
specific assertions - Generated by CustomAssertionGenerator.Entry point for assertions of different data types.
Entry point for BDD assertions of different data types.
This example unit test leverages Mockito to instantiate the subject(s) under test
and inject Mocks into those instances.
This test case provides an example of implementing a unit test with
Mocks and without a Spring Context and without using Mockito
to instantiate the subjects with Mocks.
Like
SoftAssertions
but as a junit rule that takes care of calling
assertAll()
at the end of each test.Person
specific assertions - Generated by CustomAssertionGenerator.Entry point for soft assertions of different data types.