11 lines
248 B
C#
11 lines
248 B
C#
|
namespace UnityEngine.TestTools.Constraints
|
||
|
{
|
||
|
public class Is : NUnit.Framework.Is
|
||
|
{
|
||
|
public static AllocatingGCMemoryConstraint AllocatingGCMemory()
|
||
|
{
|
||
|
return new AllocatingGCMemoryConstraint();
|
||
|
}
|
||
|
}
|
||
|
}
|