Uses of Package
org.mockito.junit
Packages that use org.mockito.junit
Package
Description
JUnit integration support classes.
Mockito JUnit integration ; rule and runners.
-
Classes in org.mockito.junit used by org.mockito.internal.junitClassDescriptionMockito JUnit Rule helps keeping tests clean.Equivalent to
MockitoRule
, but inherits a different JUnit4 base interfaceTestRule
.Use this rule in order to collect multiple verification failures and report at once. -
Classes in org.mockito.junit used by org.mockito.junitClassDescriptionMockito JUnit Runner keeps tests clean and improves debugging experience.Mockito JUnit Rule helps keeping tests clean.Equivalent to
MockitoRule
, but inherits a different JUnit4 base interfaceTestRule
.Use this rule in order to collect multiple verification failures and report at once.