A
B
C
D
E
G
I
K
L
M
N
O
P
R
S
T
V
W
A
- all(kotlin.Array) - function in io.github.imagineDevit.giwt.kt.assertions.ShouldMatch
- Asserts that the value matches all given predicates
- and(java.lang.String,io.github.imagineDevit.giwt.kt.statements.functions.AndGivenFn) - function in io.github.imagineDevit.giwt.kt.TestCase.GivenStmt
- Adds a given statement function to the existing given statement.
- and(java.lang.String,io.github.imagineDevit.giwt.kt.statements.functions.ThenFn) - function in io.github.imagineDevit.giwt.kt.TestCase.ThenStmt
- Adds a then statement function to the existing then statement.
- and(java.lang.String,io.github.imagineDevit.giwt.kt.statements.functions.GCtxFn) - function in io.github.imagineDevit.giwt.kt.TestCaseWithContext.GivenCtxStmt
- Add a given statement to the test case.
- and(java.lang.String,io.github.imagineDevit.giwt.kt.statements.functions.TCtxFn) - function in io.github.imagineDevit.giwt.kt.TestCaseWithContext.ThenCtxStmt
- Add a then statement to the test case.
- anItemEqualTo(R) - function in io.github.imagineDevit.giwt.kt.assertions.ShouldHave
- Asserts that the value contains an expected element.
- applyOnState(kotlin.jvm.functions.Function1) - function in io.github.imagineDevit.giwt.kt.TestCaseContext.WCtx
- Apply a function on the test case state.
- Assertable - class in io.github.imagineDevit.giwt.kt.assertions
- Assertable interface that provides a set of methods to assert the value of a Result.