Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands.AddTestCase Class Reference
Inheritance diagram for robotide.controller.ctrlcommands.AddTestCase:
robotide.controller.ctrlcommands._Command

Public Member Functions

def __init__ (self, new_test_name)
 
def execute (self, context)
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._Command
def __str__ (self)
 

Private Attributes

 _test_name
 

Additional Inherited Members

- Static Public Attributes inherited from robotide.controller.ctrlcommands._Command
bool modifying = True
 

Detailed Description

Definition at line 874 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.AddTestCase.__init__ (   self,
  new_test_name 
)

Definition at line 876 of file ctrlcommands.py.

Member Function Documentation

◆ execute()

def robotide.controller.ctrlcommands.AddTestCase.execute (   self,
  context 
)

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 879 of file ctrlcommands.py.

Member Data Documentation

◆ _test_name

robotide.controller.ctrlcommands.AddTestCase._test_name
private

Definition at line 877 of file ctrlcommands.py.


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