TwiceAsNice  2019-02-18
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
test_helper.ExecutionProbe Class Reference
Inheritance diagram for test_helper.ExecutionProbe:
Inheritance graph
Collaboration diagram for test_helper.ExecutionProbe:
Collaboration graph

Public Member Functions

def __init__ (self, func, name="", args, kwds)
 
def probe (self)
 
def isSatisfied (self)
 
def errorMessage (self)
 
- Public Member Functions inherited from test_helper.Probe
def probe (self)
 
def isSatisfied (self)
 
def errorMessage (self)
 

Static Public Member Functions

def create (func, args, kwds)
 

Private Attributes

 _func
 
 _succeeded
 
 _name
 
 _args
 
 _kwds
 
 _lastException
 
 _lastTraceback
 
 _lastTracebackFormat
 

Constructor & Destructor Documentation

◆ __init__()

def test_helper.ExecutionProbe.__init__ (   self,
  func,
  name = "",
  args,
  kwds 
)

Member Function Documentation

◆ create()

def test_helper.ExecutionProbe.create (   func,
  args,
  kwds 
)
static

◆ errorMessage()

def test_helper.ExecutionProbe.errorMessage (   self)

◆ isSatisfied()

def test_helper.ExecutionProbe.isSatisfied (   self)

◆ probe()

def test_helper.ExecutionProbe.probe (   self)

Member Data Documentation

◆ _args

test_helper.ExecutionProbe._args
private

◆ _func

test_helper.ExecutionProbe._func
private

◆ _kwds

test_helper.ExecutionProbe._kwds
private

◆ _lastException

test_helper.ExecutionProbe._lastException
private

◆ _lastTraceback

test_helper.ExecutionProbe._lastTraceback
private

◆ _lastTracebackFormat

test_helper.ExecutionProbe._lastTracebackFormat
private

◆ _name

test_helper.ExecutionProbe._name
private

◆ _succeeded

test_helper.ExecutionProbe._succeeded
private

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