This website requires JavaScript.
Explore
Help
Sign In
gjcampbell
/
Magical-Jumping-Bean
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
463a783c7cf746ec1497a541c794d1ae4ff5bd96
Magical-Jumping-Bean
/
Library
/
PackageCache
/
com.unity.test-framework@1.0.13
/
UnityEngine.TestRunner
/
Utils
/
MonoBehaviourTest
/
IMonoBehaviourTest.cs
T
8 lines
124 B
C#
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-09-29 19:40:54 -04:00
namespace
UnityEngine.TestTools
{
public
interface
IMonoBehaviourTest
{
bool
IsTestFinished
{
get
;
}
}
}
Reference in New Issue
Copy Permalink