Robot Framework Integrated Development Environment (RIDE)
robotide.controller.validators Namespace Reference

Classes

class  BaseNameValidator
 

Variables

string ERROR_EMPTY_FILENAME = "Empty filename"
 
string ERROR_FILE_ALREADY_EXISTS = "File %s already exists"
 
string ERROR_ILLEGAL_CHARACTERS = "Filename contains illegal characters"
 
string ERROR_NEWLINES_IN_THE_FILENAME = "Newlines in the filename"
 

Variable Documentation

◆ ERROR_EMPTY_FILENAME

string robotide.controller.validators.ERROR_EMPTY_FILENAME = "Empty filename"

Definition at line 21 of file validators.py.

◆ ERROR_FILE_ALREADY_EXISTS

string robotide.controller.validators.ERROR_FILE_ALREADY_EXISTS = "File %s already exists"

Definition at line 23 of file validators.py.

◆ ERROR_ILLEGAL_CHARACTERS

string robotide.controller.validators.ERROR_ILLEGAL_CHARACTERS = "Filename contains illegal characters"

Definition at line 20 of file validators.py.

◆ ERROR_NEWLINES_IN_THE_FILENAME

string robotide.controller.validators.ERROR_NEWLINES_IN_THE_FILENAME = "Newlines in the filename"

Definition at line 22 of file validators.py.