UnityEngine.NUnit.Framework.Constraints.AttributeConstraint.GetStringRepresentation C# (CSharp) Method

GetStringRepresentation() protected method

Returns a string representation of the constraint.
protected GetStringRepresentation ( ) : string
return string
        protected override string GetStringRepresentation()
        {
            return string.Format("<attribute {0} {1}>", expectedType, baseConstraint);
        }
    }