Class Is
Extension of the Is
class in NUnit.Framework, see Is.
Inherited Members
Is.TypeOf<TExpected>()
Is.InstanceOf<TExpected>()
Is.AssignableFrom<TExpected>()
Is.AssignableTo<TExpected>()
Is.Not
Is.All
Is.Null
Is.True
Is.False
Is.Positive
Is.Negative
Is.Zero
Is.NaN
Is.Empty
Is.Unique
Is.BinarySerializable
Is.XmlSerializable
Is.Ordered
Namespace: UnityEngine.TestTools.Constraints
Assembly: UnityEngine.TestRunner.dll
Syntax
public class Is : Is
Methods
AllocatingGCMemory()
Creates a new instance of AllocatingGCMemoryConstraint
.
Declaration
public static AllocatingGCMemoryConstraint AllocatingGCMemory()
Returns
Type | Description |
---|---|
AllocatingGCMemoryConstraint | A new AllocatingGCMemoryConstraint object. |