Index
All Classes and Interfaces|All Packages
A
- afterEach(ExtensionContext) - Method in class dev.voidframework.test.annotation.VoidFrameworkJUnitExtension
D
- dev.voidframework.test.annotation - package dev.voidframework.test.annotation
- dev.voidframework.test.utils - package dev.voidframework.test.utils
E
- ExtraGuiceModule - Annotation Interface in dev.voidframework.test.annotation
-
Indicates extra Guice modules to load when the VoidFramework is started up.
M
- MockitoUtils - Class in dev.voidframework.test.utils
-
Mockito utility methods.
P
- postProcessTestInstance(Object, ExtensionContext) - Method in class dev.voidframework.test.annotation.VoidFrameworkJUnitExtension
S
- spyBiConsumer(C) - Static method in class dev.voidframework.test.utils.MockitoUtils
-
Creates a spy of a real consumer that accept two parameters.
- spyBiFunction(F) - Static method in class dev.voidframework.test.utils.MockitoUtils
-
Creates a spy of a real function that accept two parameters.
- spyBiPredicate(P) - Static method in class dev.voidframework.test.utils.MockitoUtils
-
Creates a spy of a real predicate that accept two parameters.
- spyConsumer(C) - Static method in class dev.voidframework.test.utils.MockitoUtils
-
Creates a spy of a real consumer.
- spyFunction(F) - Static method in class dev.voidframework.test.utils.MockitoUtils
-
Creates a spy of a real function.
- spyLambda(Class<C>, L) - Static method in class dev.voidframework.test.utils.MockitoUtils
-
Creates a spy of a real lambda function.
- spyPredicate(P) - Static method in class dev.voidframework.test.utils.MockitoUtils
-
Creates a spy of a real predicate.
- spySupplier(S) - Static method in class dev.voidframework.test.utils.MockitoUtils
-
Creates a spy of a real supplier.
V
- value() - Element in annotation interface dev.voidframework.test.annotation.ExtraGuiceModule
-
An array of one or more Module classes to register.
- VoidFrameworkJUnitExtension - Class in dev.voidframework.test.annotation
-
JUnit's extension to provide Void Framework context and Mockito annotations support.
- VoidFrameworkJUnitExtension() - Constructor for class dev.voidframework.test.annotation.VoidFrameworkJUnitExtension
All Classes and Interfaces|All Packages