Robot Framework Integrated Development Environment (RIDE)
robotide.contrib.testrunner.CommandArgs.CommandArgs Class Reference

Public Member Functions

def __init__ (self)
 
def build (self)
 
def with_console_width (self, console_width)
 
def with_existing_args (self, args)
 
def with_log_level (self, log_level)
 
def with_output_directory (self, output_directory)
 
def with_python_path (self, paths)
 
def with_runnable_tests (self, tests)
 
def without_console_color (self, without_colors=True)
 

Private Member Functions

def _is_necessary_add_console_color (self)
 
def _is_necessary_add_console_width (self)
 
def _is_necessary_add_log_level (self)
 
def _is_necessary_add_output_dir (self)
 
def _is_necessary_add_python_paths (self)
 
def _is_necessary_disable_console_color (self)
 

Private Attributes

 _args
 
 _console_width
 
 _existing_args
 
 _log_level
 
 _output_directory
 
 _python_paths
 
 _tests_to_run
 
 _without_console_color
 

Detailed Description

Definition at line 36 of file CommandArgs.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.contrib.testrunner.CommandArgs.CommandArgs.__init__ (   self)

Definition at line 37 of file CommandArgs.py.

Member Function Documentation

◆ _is_necessary_add_console_color()

def robotide.contrib.testrunner.CommandArgs.CommandArgs._is_necessary_add_console_color (   self)
private

Definition at line 113 of file CommandArgs.py.

◆ _is_necessary_add_console_width()

def robotide.contrib.testrunner.CommandArgs.CommandArgs._is_necessary_add_console_width (   self)
private

Definition at line 118 of file CommandArgs.py.

◆ _is_necessary_add_log_level()

def robotide.contrib.testrunner.CommandArgs.CommandArgs._is_necessary_add_log_level (   self)
private

Definition at line 133 of file CommandArgs.py.

◆ _is_necessary_add_output_dir()

def robotide.contrib.testrunner.CommandArgs.CommandArgs._is_necessary_add_output_dir (   self)
private

Definition at line 128 of file CommandArgs.py.

◆ _is_necessary_add_python_paths()

def robotide.contrib.testrunner.CommandArgs.CommandArgs._is_necessary_add_python_paths (   self)
private

Definition at line 123 of file CommandArgs.py.

◆ _is_necessary_disable_console_color()

def robotide.contrib.testrunner.CommandArgs.CommandArgs._is_necessary_disable_console_color (   self)
private

Definition at line 108 of file CommandArgs.py.

◆ build()

def robotide.contrib.testrunner.CommandArgs.CommandArgs.build (   self)

Definition at line 77 of file CommandArgs.py.

◆ with_console_width()

def robotide.contrib.testrunner.CommandArgs.CommandArgs.with_console_width (   self,
  console_width 
)

Definition at line 73 of file CommandArgs.py.

◆ with_existing_args()

def robotide.contrib.testrunner.CommandArgs.CommandArgs.with_existing_args (   self,
  args 
)

Definition at line 47 of file CommandArgs.py.

◆ with_log_level()

def robotide.contrib.testrunner.CommandArgs.CommandArgs.with_log_level (   self,
  log_level 
)

Definition at line 55 of file CommandArgs.py.

◆ with_output_directory()

def robotide.contrib.testrunner.CommandArgs.CommandArgs.with_output_directory (   self,
  output_directory 
)

Definition at line 59 of file CommandArgs.py.

◆ with_python_path()

def robotide.contrib.testrunner.CommandArgs.CommandArgs.with_python_path (   self,
  paths 
)

Definition at line 51 of file CommandArgs.py.

◆ with_runnable_tests()

def robotide.contrib.testrunner.CommandArgs.CommandArgs.with_runnable_tests (   self,
  tests 
)

Definition at line 63 of file CommandArgs.py.

◆ without_console_color()

def robotide.contrib.testrunner.CommandArgs.CommandArgs.without_console_color (   self,
  without_colors = True 
)

Definition at line 69 of file CommandArgs.py.

Member Data Documentation

◆ _args

robotide.contrib.testrunner.CommandArgs.CommandArgs._args
private

Definition at line 39 of file CommandArgs.py.

◆ _console_width

robotide.contrib.testrunner.CommandArgs.CommandArgs._console_width
private

Definition at line 43 of file CommandArgs.py.

◆ _existing_args

robotide.contrib.testrunner.CommandArgs.CommandArgs._existing_args
private

Definition at line 38 of file CommandArgs.py.

◆ _log_level

robotide.contrib.testrunner.CommandArgs.CommandArgs._log_level
private

Definition at line 45 of file CommandArgs.py.

◆ _output_directory

robotide.contrib.testrunner.CommandArgs.CommandArgs._output_directory
private

Definition at line 44 of file CommandArgs.py.

◆ _python_paths

robotide.contrib.testrunner.CommandArgs.CommandArgs._python_paths
private

Definition at line 42 of file CommandArgs.py.

◆ _tests_to_run

robotide.contrib.testrunner.CommandArgs.CommandArgs._tests_to_run
private

Definition at line 41 of file CommandArgs.py.

◆ _without_console_color

robotide.contrib.testrunner.CommandArgs.CommandArgs._without_console_color
private

Definition at line 40 of file CommandArgs.py.


The documentation for this class was generated from the following file: