Is.cs 248 B

12345678910
  1. namespace UnityEngine.TestTools.Constraints
  2. {
  3. public class Is : NUnit.Framework.Is
  4. {
  5. public static AllocatingGCMemoryConstraint AllocatingGCMemory()
  6. {
  7. return new AllocatingGCMemoryConstraint();
  8. }
  9. }
  10. }