summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEngine.TestRunner/Utils/MonoBehaviourTest/IMonoBehaviourTest.cs
blob: 478d6069a8d8af0d3ae051362e7543e0561eaf16 (plain) (blame)
1
2
3
4
5
6
7
namespace UnityEngine.TestTools
{
    public interface IMonoBehaviourTest
    {
        bool IsTestFinished {get; }
    }
}