@@ -0,0 +1,10 @@
|
||||
namespace UnityEngine.TestTools.Constraints
|
||||
{
|
||||
public class Is : NUnit.Framework.Is
|
||||
{
|
||||
public static AllocatingGCMemoryConstraint AllocatingGCMemory()
|
||||
{
|
||||
return new AllocatingGCMemoryConstraint();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user