Definition at line 132 of file settings.py.
◆ aliases
| dictionary robot.parsing.lexer.settings.TestCaseFileSettings.aliases |
|
static |
Initial value:= {
'Force Tags': 'Test Tags',
'Task Tags': 'Test Tags',
'Task Setup': 'Test Setup',
'Task Teardown': 'Test Teardown',
'Task Template': 'Test Template',
'Task Timeout': 'Test Timeout',
}
Definition at line 149 of file settings.py.
◆ names
| tuple robot.parsing.lexer.settings.TestCaseFileSettings.names |
|
static |
Initial value:= (
'Documentation',
'Metadata',
'Suite Setup',
'Suite Teardown',
'Test Setup',
'Test Teardown',
'Test Template',
'Test Timeout',
'Test Tags',
'Default Tags',
'Keyword Tags',
'Library',
'Resource',
'Variables'
)
Definition at line 133 of file settings.py.
The documentation for this class was generated from the following file: