Uses of Class
org.mockito.Mock.Strictness
-
Packages that use Mock.Strictness Package Description org.mockito Mockito is a mock library for java - seeMockito
class for usage. -
-
Uses of Mock.Strictness in org.mockito
Methods in org.mockito that return Mock.Strictness Modifier and Type Method Description Mock.Strictness
strictness()
Mock will have custom strictness, seeMockSettings.strictness(org.mockito.quality.Strictness)
.static Mock.Strictness
Mock.Strictness. valueOf(String name)
Returns the enum constant of this type with the specified name.static Mock.Strictness[]
Mock.Strictness. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-