Uses of Interface
org.uitnet.testing.smartfwk.toolkit.CommandArgumentValidator
-
Packages that use CommandArgumentValidator Package Description org.uitnet.testing.smartfwk.toolkit -
-
Uses of CommandArgumentValidator in org.uitnet.testing.smartfwk.toolkit
Classes in org.uitnet.testing.smartfwk.toolkit that implement CommandArgumentValidator Modifier and Type Class Description classEnumArgumentValidator<ENUM>classStringArgumentValidatorMethods in org.uitnet.testing.smartfwk.toolkit that return CommandArgumentValidator Modifier and Type Method Description CommandArgumentValidatorCommandArgument. getValidator()Methods in org.uitnet.testing.smartfwk.toolkit with parameters of type CommandArgumentValidator Modifier and Type Method Description voidCommandArgument. setValidator(CommandArgumentValidator validator)Constructors in org.uitnet.testing.smartfwk.toolkit with parameters of type CommandArgumentValidator Constructor Description CommandArgument(String name, CommandArgumentValidator validator)
-