A
B
C
D
E
G
I
K
L
M
N
O
P
R
S
T
V
W
T
- TestCase - class in io.github.imagineDevit.giwt.kt
- The Kotlin implementation of the Giwt test case.
- TestCase.GivenStmt - class in io.github.imagineDevit.giwt.kt.TestCase
- The given statement.
- TestCase.ThenStmt - class in io.github.imagineDevit.giwt.kt.TestCase
- The then statement.
- TestCase.WhenStmt - class in io.github.imagineDevit.giwt.kt.TestCase
- The when statement.
- TestCaseContext - class in io.github.imagineDevit.giwt.kt
- The context of a test case.
- TestCaseContext.AGCtx - class in io.github.imagineDevit.giwt.kt.TestCaseContext
- Given statement context
- TestCaseContext.GCtx - class in io.github.imagineDevit.giwt.kt.TestCaseContext
- Given statement context
- TestCaseContext.TCtx - class in io.github.imagineDevit.giwt.kt.TestCaseContext
- Then statement context
- TestCaseContext.WCtx - class in io.github.imagineDevit.giwt.kt.TestCaseContext
- When statement context
- TestCaseCtxResult - class in io.github.imagineDevit.giwt.kt
- The result of a TestCaseWithContext.
- TestCaseCtxState - class in io.github.imagineDevit.giwt.kt
- The state of a TestCaseWithContext.
- TestCaseCtxState.Companion - class in io.github.imagineDevit.giwt.kt.TestCaseCtxState
- TestCaseResult - class in io.github.imagineDevit.giwt.kt
- The result of a test case.
- TestCaseState - class in io.github.imagineDevit.giwt.kt
- The state of a test case.
- TestCaseState.Companion - class in io.github.imagineDevit.giwt.kt.TestCaseState
- TestCaseWithContext - class in io.github.imagineDevit.giwt.kt
- Test case with context class.
- TestCaseWithContext.GivenCtxStmt - class in io.github.imagineDevit.giwt.kt.TestCaseWithContext
- The given statement class.
- TestCaseWithContext.ThenCtxStmt - class in io.github.imagineDevit.giwt.kt.TestCaseWithContext
- The then statement class.
- TestCaseWithContext.WhenCtxStmt - class in io.github.imagineDevit.giwt.kt.TestCaseWithContext
- The when statement class.
- TestProxyProcessor - class in io.github.imagineDevit.giwt.kt.processors
- Processor to generate a proxy class for a given class annotated with io.github.imagineDevit.giwt.core.annotations.TestProxy
- then(java.lang.String,io.github.imagineDevit.giwt.kt.statements.functions.ThenFn) - function in io.github.imagineDevit.giwt.kt.TestCase.WhenStmt
- Create a then statement from the current when statement.
- then(java.lang.String,io.github.imagineDevit.giwt.kt.statements.functions.TCtxFn) - function in io.github.imagineDevit.giwt.kt.TestCaseWithContext.WhenCtxStmt
- Create the then statement for the test case.
- toResult(kotlin.jvm.functions.Function1) - function in io.github.imagineDevit.giwt.kt.TestCaseCtxState
- Maps the value of the state value to the result.