Namespace UnityEngine.TestRunner
Classes
TestRunCallbackAttribute
An assembly level attribute that indicates that a given type should be subscribed for receiving updates on the test progress.
Interfaces
ITestRunCallback
Interface for getting callsbacks on test progress directly from NUnit. This is available both in the editor and directly in the runtime. It is registered by using TestRunCallbackAttribute.