Server Runtime Testing with Golang

Hello @BernardoSantos,

You’d need to implement a function with the same interfaces that RegisterLeaderboardReset receives and mock all the arguments in your unit test.

As suggested here you could use some Go library to generate the mocks.

Best.