Is there any way to `get { }` a private member (ma...
# strikt
d
Is there any way to
get { }
a private member (maybe internally using reflection or something... then it would be
inline fun <reified T> get(propertyName: String, block: AssertionBuilder<T>.() -> Unit)
...)? Often a member needs to be private, but testing for its value in the tests makes thing MUCH simpler...