Uses of Class
mockit.Verifications
Packages that use Verifications
Package
Description
Provides the classes and annotations used when writing tests with the JMockit APIs.
-
Uses of Verifications in mockit
Subclasses of Verifications in mockitModifier and TypeClassDescriptionclassSame asVerifications, but checking that all invocations from code under test are explicitly verified, except for those already verified through other means.classSame asVerifications, but checking that invocations from code under test occur in the same order as the verified expectations.