A
B
C
D
E
F
G
H
I
K
M
N
O
P
R
S
T
U
V
W
D
- DataClassSetDsl - class in com.airbnb.mvrx.mocking
- When a lambda has a receiver that extends this class it can make use of this special DSL syntax for changing properties on a data class.
- DataClassSetDsl.NestedProperty - class in com.airbnb.mvrx.mocking.DataClassSetDsl
- Represents two properties that are associated by a nested object hierarchy.
- DataClassSetDsl.Setter - class in com.airbnb.mvrx.mocking.DataClassSetDsl
- Helper to copy a nested class and update a property on it.
- DefaultInitialization - enum entry in com.airbnb.mvrx.mocking.MavericksMock.Type
Uses view arguments to test the initialization pathway of Mavericks.
- DefaultState - enum entry in com.airbnb.mvrx.mocking.MavericksMock.Type
Uses the default state of a mock builder to represent the canonical form of a View.