A C F H I L M R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAssertionHandler(AssertionHandler) - Static method in class com.heershingenmosiken.assertions.Assertions
-
Add AssertionHandler to handlers set, with DEFAULT_PRIORITY = 0
- addAssertionHandler(AssertionHandler, int) - Static method in class com.heershingenmosiken.assertions.Assertions
-
Add AssertionHandler to handler list, with provided priority.
- assertEmpty(Collection, ThrowableFactory) - Static method in class com.heershingenmosiken.assertions.Assertions
- assertFalse(boolean, ThrowableFactory) - Static method in class com.heershingenmosiken.assertions.Assertions
-
Checks that shouldBeFalse condition is false, else raises exception provided by ThrowableFactory.
- AssertionData - Class in com.heershingenmosiken.assertions
- AssertionHandler - Interface in com.heershingenmosiken.assertions
-
Handler for assertions.
- Assertions - Class in com.heershingenmosiken.assertions
- Assertions() - Constructor for class com.heershingenmosiken.assertions.Assertions
- assertNotEmpty(Collection, ThrowableFactory) - Static method in class com.heershingenmosiken.assertions.Assertions
- assertNotNull(Object, ThrowableFactory) - Static method in class com.heershingenmosiken.assertions.Assertions
- assertNull(Object, ThrowableFactory) - Static method in class com.heershingenmosiken.assertions.Assertions
- assertTrue(boolean, ThrowableFactory) - Static method in class com.heershingenmosiken.assertions.Assertions
-
Checks that shouldBeTrue condition is true, else raises exception provided by ThrowableFactory.
C
- com.heershingenmosiken.assertions - package com.heershingenmosiken.assertions
- create() - Method in interface com.heershingenmosiken.assertions.ThrowableFactory
F
- fail(ThrowableFactory) - Static method in class com.heershingenmosiken.assertions.Assertions
-
Assertion failed with throwable factory.
- fail(Throwable) - Static method in class com.heershingenmosiken.assertions.Assertions
-
Assertion failed with throwable.
- failSilently(Throwable) - Static method in class com.heershingenmosiken.assertions.Assertions
-
Assertion failed with throwable.
- filter(Collection<T>, Utils.Predicate<T>) - Static method in class com.heershingenmosiken.assertions.Utils
- forEach(Collection<T>, Utils.Consumer<T>) - Static method in class com.heershingenmosiken.assertions.Utils
H
- handle(AssertionData) - Method in interface com.heershingenmosiken.assertions.AssertionHandler
-
Handle reported assertion.
I
- internalRaiseAssertion(ThrowableFactory, String, boolean) - Static method in class com.heershingenmosiken.assertions.Assertions
L
- log(String) - Method in interface com.heershingenmosiken.assertions.AssertionHandler
-
Report message that may be related to next message.
- log(String) - Static method in class com.heershingenmosiken.assertions.Assertions
M
- message - Variable in class com.heershingenmosiken.assertions.AssertionData
R
- removeAssertionHandler(AssertionHandler) - Static method in class com.heershingenmosiken.assertions.Assertions
-
Remove AssertionHandler from handlers list.
S
- silent - Variable in class com.heershingenmosiken.assertions.AssertionData
T
- throwable - Variable in class com.heershingenmosiken.assertions.AssertionData
- ThrowableFactory - Interface in com.heershingenmosiken.assertions
U
- Utils - Class in com.heershingenmosiken.assertions
- Utils() - Constructor for class com.heershingenmosiken.assertions.Utils
All Classes All Packages