Files

8 lines
124 B
C#
Raw Normal View History

2019-09-29 19:40:54 -04:00
namespace UnityEngine.TestTools
{
public interface IMonoBehaviourTest
{
bool IsTestFinished {get; }
}
}