Class CharacterLimitValidation
Inherited Members
Namespace: Core.InputField
Assembly: UnityEditor.UI.EditorTests.dll
Syntax
public class CharacterLimitValidation : TestBehaviourBase<InputField>
Methods
LimitCanNotBeNegative()
Declaration
[Test]
public void LimitCanNotBeNegative()
TextLengthEqualToLimit()
Declaration
[Test]
public void TextLengthEqualToLimit()
TextLengthGreaterThanLimit()
Declaration
[Test]
public void TextLengthGreaterThanLimit()
TextLengthShorterThanLimit()
Declaration
[Test]
public void TextLengthShorterThanLimit()