Unit Testing

The Chartboost Mediation Unity SDK package contains a series of Unit tests to ensure functionality and callbacks behave as expected.

In order to enable test from the Chartboost Mediation Unity SDK package, the following setup is needed in your Unity’s project manifest.json, as follows:

  "dependencies": {
    ...
  },
  "testables": ["com.chartboost.mediation"]

Please refer to the Unity Documentation for more information on Test in Packages and how to enable them.