Which could reduce the tests' readability... but t...
# strikt
d
Which could reduce the tests' readability... but that is an option, thanks! Now I have a bit of a problem... I have a test subject returning a
List<Restriction>
where
Restriction
is an interface. So I use
get(0).isA<SimpleRestriction>().get { restrictionList }
but it doesn't see the property
restrictionList
declared as a public val in `SimpleRestriction`'s constructor... what could this be?