dave08
07/18/2018, 8:59 PMfoo.getBar()
is getting mocked, but not the foo.bar
)" you weren't trying to mock the private bar? Oh you mean when yoou use bar as getBar() in you kotlin test code... I seem to remember that when referring to a java property, the getXXX version is also there just the property version is suggested did you try using that one?