- Identity() - Constructor for class de.tobiasroeser.lambdatest.F1.Identity
-
- ignoreMethod(String) - Static method in class de.tobiasroeser.lambdatest.proxy.TestProxy
-
- IgnoreMethod(String, Object) - Constructor for class de.tobiasroeser.lambdatest.proxy.TestProxy.IgnoreMethod
-
- info(String, Object...) - Method in interface de.tobiasroeser.lambdatest.internal.Logger
-
- info(String, Object...) - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.DummyLogger
-
- info(String, Object...) - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.JavaUtilLogger
-
- info(String, Object...) - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.Slf4jLogger
-
- intercept(Class<T>, RunnableWithException) - Static method in class de.tobiasroeser.lambdatest.Expect
-
- intercept(Class<T>, String, RunnableWithException) - Static method in class de.tobiasroeser.lambdatest.Expect
-
- intercept(Class<T>, RunnableWithException) - Method in class de.tobiasroeser.lambdatest.generic.FreeSpecBase
-
Intercept exceptions of type <code>exceptionType</code> and fail if no
such exception or an exception with an incompatible type was thrown.
- intercept(Class<T>, String, RunnableWithException) - Method in class de.tobiasroeser.lambdatest.generic.FreeSpecBase
-
Intercept exceptions of type <code>exceptionType</code> and fail if no
such exception or an exception with an incompatible type was thrown or it
the message does not match a given pattern.
- Intercept - Class in de.tobiasroeser.lambdatest
-
- Intercept() - Constructor for class de.tobiasroeser.lambdatest.Intercept
-
- intercept(Class<T>, RunnableWithException) - Static method in class de.tobiasroeser.lambdatest.Intercept
-
Intercept exceptions of type <code>exceptionType</code> and fail if no such
exception or an exception with an incompatible type was thrown.
- intercept(Class<T>, String, RunnableWithException) - Static method in class de.tobiasroeser.lambdatest.Intercept
-
Intercept exceptions of type <code>exceptionType</code> and fail if no such
exception or an exception with an incompatible type was thrown or it the
message does not match a given pattern.
- intercept(Class<T>, RunnableWithException) - Method in interface de.tobiasroeser.lambdatest.LambdaTest
-
Intercept exceptions of type exceptionType
and fail if no such
exception or an exception with an incompatible type was thrown.
- intercept(Class<T>, String, RunnableWithException) - Method in interface de.tobiasroeser.lambdatest.LambdaTest
-
Intercept exceptions of type exceptionType
and fail if no such
exception or an exception with an incompatible type was thrown or it the
message does not match a given pattern.
- isBetween(Double, Double) - Method in class de.tobiasroeser.lambdatest.ExpectDouble
-
Checks, if actual is between start (inclusive) and end (exclusive).
- isCloseTo(Double, Double) - Method in class de.tobiasroeser.lambdatest.ExpectDouble
-
Checks, if actual is close to expected regarding eps.
- isDebugEnabled() - Method in interface de.tobiasroeser.lambdatest.internal.Logger
-
- isDebugEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.DummyLogger
-
- isDebugEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.JavaUtilLogger
-
- isDebugEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.Slf4jLogger
-
- isDefined() - Method in class de.tobiasroeser.lambdatest.Optional
-
- isEmpty() - Method in class de.tobiasroeser.lambdatest.ExpectCollection
-
- isEmpty() - Method in class de.tobiasroeser.lambdatest.ExpectMap
-
Checks, if the map is empty.
- isEmpty() - Method in class de.tobiasroeser.lambdatest.Optional
-
- isEnabled() - Method in class de.tobiasroeser.lambdatest.internal.AnsiColor
-
- isEqual(String) - Method in class de.tobiasroeser.lambdatest.ExpectString
-
- isEqualIgnoreCase(String) - Method in class de.tobiasroeser.lambdatest.ExpectString
-
- isErrorEnabled() - Method in interface de.tobiasroeser.lambdatest.internal.Logger
-
- isErrorEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.DummyLogger
-
- isErrorEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.JavaUtilLogger
-
- isErrorEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.Slf4jLogger
-
- isInfoEnabled() - Method in interface de.tobiasroeser.lambdatest.internal.Logger
-
- isInfoEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.DummyLogger
-
- isInfoEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.JavaUtilLogger
-
- isInfoEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.Slf4jLogger
-
- isLongerThan(int) - Method in class de.tobiasroeser.lambdatest.ExpectString
-
- isNaN() - Method in class de.tobiasroeser.lambdatest.ExpectDouble
-
Checks, if actual is not a number (NaN).
- isNotBetween(Double, Double) - Method in class de.tobiasroeser.lambdatest.ExpectDouble
-
Checks, if actual is not between start (inclusive) and end (exclusive).
- isNotCloseTo(Double, Double) - Method in class de.tobiasroeser.lambdatest.ExpectDouble
-
Checks, if actual is not close to expected regarding eps.
- isNotEqual(String) - Method in class de.tobiasroeser.lambdatest.ExpectString
-
- isNotEqualIgnoreCase(String) - Method in class de.tobiasroeser.lambdatest.ExpectString
-
- isNotNaN() - Method in class de.tobiasroeser.lambdatest.ExpectDouble
-
Checks, if actual is not not a number (NaN).
- isShorterThan(int) - Method in class de.tobiasroeser.lambdatest.ExpectString
-
- isTraceEnabled() - Method in interface de.tobiasroeser.lambdatest.internal.Logger
-
- isTraceEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.DummyLogger
-
- isTraceEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.JavaUtilLogger
-
- isTraceEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.Slf4jLogger
-
- isTrimmed() - Method in class de.tobiasroeser.lambdatest.ExpectString
-
- isWarnEnabled() - Method in interface de.tobiasroeser.lambdatest.internal.Logger
-
- isWarnEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.DummyLogger
-
- isWarnEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.JavaUtilLogger
-
- isWarnEnabled() - Method in class de.tobiasroeser.lambdatest.internal.LoggerFactory.Slf4jLogger
-
- iterator() - Method in class de.tobiasroeser.lambdatest.Optional
-