Public Member Functions | List of all members
flexbe_testing.test_context.TestContext Class Reference
Inheritance diagram for flexbe_testing.test_context.TestContext:
Inheritance graph
[legend]

Public Member Functions

def __enter__ (self)
 
def __exit__ (self, exception_type, exception_value, traceback)
 
def __init__ (self)
 
def spin_once (self)
 
def success (self)
 
def verify (self)
 
def wait_for_finishing (self)
 

Detailed Description

Default context for a test case.
Use as a 'with' statement and run 'verify' to check whether the context is valid.

Definition at line 20 of file test_context.py.

Constructor & Destructor Documentation

def flexbe_testing.test_context.TestContext.__init__ (   self)

Definition at line 26 of file test_context.py.

Member Function Documentation

def flexbe_testing.test_context.TestContext.__enter__ (   self)

Definition at line 29 of file test_context.py.

def flexbe_testing.test_context.TestContext.__exit__ (   self,
  exception_type,
  exception_value,
  traceback 
)

Definition at line 38 of file test_context.py.

def flexbe_testing.test_context.TestContext.spin_once (   self)

Definition at line 35 of file test_context.py.

def flexbe_testing.test_context.TestContext.success (   self)

Definition at line 45 of file test_context.py.

def flexbe_testing.test_context.TestContext.verify (   self)

Definition at line 32 of file test_context.py.

def flexbe_testing.test_context.TestContext.wait_for_finishing (   self)

Definition at line 41 of file test_context.py.


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


flexbe_testing
Author(s): Philipp Schillinger
autogenerated on Sun Dec 13 2020 04:01:44