Skip to main content

Testing

For testing purposes, you can create custom mock implementations of interfaces to simulate various scenarios. This allows you to thoroughly test and validate the behavior of your game without relying on actual external dependencies. To do this, you need to mock the functions from the ElympicsExternalCommunicator class:

  • SetCustomExternalAuthorizer()
  • SetCustomExternalWalletCommunicator()
  • SetCustomExternalGameStatusCommunicator()