Diego Almeida de Oliveira
05/13/2020, 12:08 PMgetSomeProperty()
function. But how could I access this function from my tests? Just doing every { spy.someProperty }.returns("test")
doesn't work. I also tried mocking the generated function (getSomeProperty()
) using dynamic calls but didn't work either (I believe dynamic calls are for private properties/functions only)