Uses of Enum
mockit.internal.expectations.ExecutionMode
Packages that use ExecutionMode
Package
Description
Contains the classes that implement the internal mechanisms of the toolkit, and as such are not intended for direct
use in client code.
-
Uses of ExecutionMode in mockit.internal
Methods in mockit.internal with parameters of type ExecutionModeModifier and TypeMethodDescriptionprotected final void
BaseClassModifier.generateDirectCallToHandler
(String className, int access, String name, String desc, String genericSignature, ExecutionMode executionMode) -
Uses of ExecutionMode in mockit.internal.expectations
Methods in mockit.internal.expectations that return ExecutionModeModifier and TypeMethodDescriptionstatic ExecutionMode
Returns the enum constant of this type with the specified name.static ExecutionMode[]
ExecutionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.