Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ASSERT_FALSE_ERROR - Enum constant in enum class com.github.tadukoo.junit.constant.AssertionFailedErrors
-
The error you get when an assertFalse fails -
expected: <false> but was: <true> - ASSERT_NOT_NULL_ERROR - Enum constant in enum class com.github.tadukoo.junit.constant.AssertionFailedErrors
-
The error you get when an assertNotNull fails -
expected: not <null> - ASSERT_TRUE_ERROR - Enum constant in enum class com.github.tadukoo.junit.constant.AssertionFailedErrors
-
The error you get when an assertTrue fails -
expected: <true> but was: <false> - assertDoubleGetSet(ThrowingSupplier<Double, T>, ThrowingConsumer<Double, T2>) - Static method in class com.github.tadukoo.junit.PojoTest
-
Method to test a double getter and setter for a Pojo, that a value can be set and retrieved.
- assertDoubleGetSet(MappedPojo, String) - Static method in class com.github.tadukoo.junit.MappedPojoTest
-
Checks
MappedPojo.getItem(String)andMappedPojo.setItem(String, Object)on the given pojo, to test that those get and set methods work for the given key for a double value. - assertDoubleGetSetCustom(MappedPojo, ThrowingSupplier<Double, T>, ThrowingConsumer<Double, T2>, String) - Static method in class com.github.tadukoo.junit.MappedPojoTest
-
Checks
MappedPojo.getItem(String)andMappedPojo.setItem(String, Object)on the given pojo, along with the given custom getter and setter that the methods work for the given key for double values. - assertEmptyConstructor(P) - Static method in class com.github.tadukoo.junit.MappedPojoTest
-
Using the given
MappedPojoclass, it will create a new instance using no constructor parameters. - assertEmptyPojo(MappedPojo) - Static method in class com.github.tadukoo.junit.MappedPojoTest
-
Checks that the given
MappedPojois empty. - assertEntries(JUnitEasyLogger.JUnitEasyLoggerEntry, JUnitEasyLogger) - Static method in class com.github.tadukoo.junit.logger.JUnitEasyLogger
-
Will verify that the entries in the given logger contains one element and matches the expected entry
- assertEntries(JUnitEasyLogger.JUnitEasyLoggerEntry, List<JUnitEasyLogger.JUnitEasyLoggerEntry>) - Static method in class com.github.tadukoo.junit.logger.JUnitEasyLogger
-
Will verify that the given actual entries contains one element and matches the expected entry
- assertEntries(List<JUnitEasyLogger.JUnitEasyLoggerEntry>, JUnitEasyLogger) - Static method in class com.github.tadukoo.junit.logger.JUnitEasyLogger
-
Will verify that the entries in the given logger match the expected entries.
- assertEntries(List<JUnitEasyLogger.JUnitEasyLoggerEntry>, List<JUnitEasyLogger.JUnitEasyLoggerEntry>) - Static method in class com.github.tadukoo.junit.logger.JUnitEasyLogger
-
Will verify that the given actual entries match the expected entries.
- assertEntries(Level, String, Throwable, JUnitEasyLogger) - Static method in class com.github.tadukoo.junit.logger.JUnitEasyLogger
- assertEntries(Level, String, Throwable, List<JUnitEasyLogger.JUnitEasyLoggerEntry>) - Static method in class com.github.tadukoo.junit.logger.JUnitEasyLogger
- AssertionFailedErrors - Enum Class in com.github.tadukoo.junit.constant
-
Assertion Failed Errors contains helper methods for creating Assertion Failed Error messages as well as several common error messages.
- AssertionFailedErrors(String) - Constructor for enum class com.github.tadukoo.junit.constant.AssertionFailedErrors
-
Creates a new Assertion Failed Error with the given error string
- assertPojoConstructor(P) - Static method in class com.github.tadukoo.junit.MappedPojoTest
-
Using the given
MappedPojoclass, it will create a new instance using another MappedPojo as a constructor parameter. - assertStringGetSet(ThrowingSupplier<String, T>, ThrowingConsumer<String, T2>) - Static method in class com.github.tadukoo.junit.PojoTest
-
Method to test a String getter and setter for a Pojo, that a value can be set and retrieved.
- assertStringGetSet(MappedPojo, String) - Static method in class com.github.tadukoo.junit.MappedPojoTest
-
Checks
MappedPojo.getItem(String)andMappedPojo.setItem(String, Object)on the given pojo, to test that those get and set methods work for the given key for a String value. - assertStringGetSetCustom(MappedPojo, ThrowingSupplier<String, T>, ThrowingConsumer<String, T2>, String) - Static method in class com.github.tadukoo.junit.MappedPojoTest
-
Checks
MappedPojo.getItem(String)andMappedPojo.setItem(String, Object)on the given pojo, along with the given custom getter and setter that the methods work for the given key for string values. - assertValueGetSet(ThrowingSupplier<V, T>, ThrowingConsumer<V, T2>, V, V) - Static method in class com.github.tadukoo.junit.PojoTest
-
Method to test a getter and setter for a Pojo, that a value can be set and retrieved.
- assertValueGetSet(MappedPojo, String, V, V) - Static method in class com.github.tadukoo.junit.MappedPojoTest
-
Checks
MappedPojo.getItem(String)andMappedPojo.setItem(String, Object)on the given pojo, to test that those get and set methods work for the given key and values. - assertValueGetSetCustom(MappedPojo, ThrowingSupplier<V, T>, ThrowingConsumer<V, T2>, String, V, V) - Static method in class com.github.tadukoo.junit.MappedPojoTest
-
Checks
MappedPojo.getItem(String)andMappedPojo.setItem(String, Object)on the given pojo, along with the given custom getter and setter that the methods work for the given key with the given values.
All Classes and Interfaces|All Packages|Constant Field Values