namespace UnityEngine.TestTools.Constraints
{
///
/// Extension of the `Is` class in NUnit.Framework, see [Is](https://docs.microsoft.com/en-us/dotnet/api/nunit.framework.is?view=xamarin-ios-sdk-12).
///
public class Is : NUnit.Framework.Is
{
///
/// Creates a new instance of `AllocatingGCMemoryConstraint`.
///
/// A new AllocatingGCMemoryConstraint object.
public static AllocatingGCMemoryConstraint AllocatingGCMemory()
{
return new AllocatingGCMemoryConstraint();
}
}
}