Is.cs 248 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 namespace UnityEngine.TestTools.Constraints { public class Is : NUnit.Framework.Is { public static AllocatingGCMemoryConstraint AllocatingGCMemory() { return new AllocatingGCMemoryConstraint(); } } }