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 voidBaseClassModifier.generateDirectCallToHandler(String className, int access, String name, String desc, String genericSignature, ExecutionMode executionMode) -
Uses of ExecutionMode in mockit.internal.expectations
Subclasses with type arguments of type ExecutionMode in mockit.internal.expectationsMethods in mockit.internal.expectations that return ExecutionModeModifier and TypeMethodDescriptionstatic ExecutionModeReturns 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.