org.framework.utils.PermittedCharacters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WebAppFramework Show documentation
Show all versions of WebAppFramework Show documentation
Jar to include in your custom framework which contains excel utilities, main controller, call application, random generation and utilities for selenium operations
package org.framework.utils;
public enum PermittedCharacters {
ANY_CHARACTERS_SUPPORTS_MULTILINGUAL,
ANY_CHARACTERS,
ALPHANUMERIC,
ALPHABETS,
NUMERIC
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy