SMART on FHIR Python Client  3.0.0
testreport.py File Reference

Classes

class  fhirclient.models.testreport.TestReport
 Describes the results of a TestScript execution. More...
 
class  fhirclient.models.testreport.TestReportParticipant
 A participant in the test execution, either the execution engine, a client, or a server. More...
 
class  fhirclient.models.testreport.TestReportSetup
 The results of the series of required setup operations before the tests were executed. More...
 
class  fhirclient.models.testreport.TestReportSetupAction
 A setup operation or assert that was executed. More...
 
class  fhirclient.models.testreport.TestReportSetupActionAssert
 The assertion to perform. More...
 
class  fhirclient.models.testreport.TestReportSetupActionOperation
 The operation to perform. More...
 
class  fhirclient.models.testreport.TestReportTeardown
 The results of running the series of required clean up steps. More...
 
class  fhirclient.models.testreport.TestReportTeardownAction
 One or more teardown operations performed. More...
 
class  fhirclient.models.testreport.TestReportTest
 A test executed from the test script. More...
 
class  fhirclient.models.testreport.TestReportTestAction
 A test operation or assert that was performed. More...
 

Namespaces

 fhirclient.models.testreport
 

Variables

 fhirclient.models.testreport.fhirdate = sys.modules[__package__ + '.fhirdate']
 
 fhirclient.models.testreport.fhirreference = sys.modules[__package__ + '.fhirreference']
 
 fhirclient.models.testreport.identifier = sys.modules[__package__ + '.identifier']