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 TypeClassDescriptionclass
Same asVerifications
, but checking that all invocations from code under test are explicitly verified, except for those already verified through other means.class
Same asVerifications
, but checking that invocations from code under test occur in the same order as the verified expectations.