Class ContentValidation
Inherited Members
Namespace: Core.InputField
Syntax
public class ContentValidation : TestBehaviourBase<InputField>
Methods
ValueIsValidatedCorrectly(InputField.ContentType, String, String)
Declaration
public void ValueIsValidatedCorrectly(InputField.ContentType type, string testValue, string expected)
Parameters
| Type | Name | Description |
|---|---|---|
| InputField.ContentType | type | |
| String | testValue | |
| String | expected |