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

Public Member Functions

def __init__ (self, expectedMessage, filePath)
 
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)
 

Private Attributes

 _expectedMessage
 
 _filePath
 

Constructor & Destructor Documentation

◆ __init__()

def test_helper.MessageInFileProbe.__init__ (   self,
  expectedMessage,
  filePath 
)

Member Function Documentation

◆ errorMessage()

def test_helper.MessageInFileProbe.errorMessage (   self)

◆ isSatisfied()

def test_helper.MessageInFileProbe.isSatisfied (   self)

◆ probe()

def test_helper.MessageInFileProbe.probe (   self)

Member Data Documentation

◆ _expectedMessage

test_helper.MessageInFileProbe._expectedMessage
private

◆ _filePath

test_helper.MessageInFileProbe._filePath
private

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