PHP Class Services\ServiceManagerTest

Inheritance: extends PHPUnit_Framework_TestCase
ファイルを表示 Open project: openeyes/openeyes

Public Methods

Method Description
setUp ( )
testFhirIdToReference_InvalidPrefix ( )
testFhirIdToReference_MissingPrefix ( )
testFhirIdToReference_NoPrefix ( )
testFhirIdToReference_Prefix ( )
testFhirIdToReference_UnknownFhirType ( )
testGetFhirService_AmbiguousInvalidProfile ( )
testGetFhirService_AmbiguousNoProfile ( )
testGetFhirService_AmbiguousValidProfile ( )
testGetFhirService_NotFound ( )
testGetFhirService_Unambiguous ( )
testGetService_InternalService ( )
testGetService_NonexistentService ( )
testServiceAndIdToFhirUrl_NoPrefix ( )
testServiceAndIdToFhirUrl_NonFhirService ( )
testServiceAndIdToFhirUrl_Prefix ( )
testServiceAndIdToFhirUrl_UnknownService ( )
test__get_InternalService ( )
test__get_NonexistentService ( )

Private Methods

Method Description
generateMockClass ( $name, $extends )

Method Details

setUp() public method

public setUp ( )

testFhirIdToReference_InvalidPrefix() public method

testFhirIdToReference_MissingPrefix() public method

testFhirIdToReference_NoPrefix() public method

testFhirIdToReference_Prefix() public method

testFhirIdToReference_UnknownFhirType() public method

testGetFhirService_AmbiguousInvalidProfile() public method

testGetFhirService_AmbiguousNoProfile() public method

testGetFhirService_AmbiguousValidProfile() public method

testGetFhirService_NotFound() public method

testGetFhirService_Unambiguous() public method

testGetService_InternalService() public method

testGetService_NonexistentService() public method

testServiceAndIdToFhirUrl_NoPrefix() public method

testServiceAndIdToFhirUrl_NonFhirService() public method

testServiceAndIdToFhirUrl_Prefix() public method

testServiceAndIdToFhirUrl_UnknownService() public method

test__get_InternalService() public method

test__get_NonexistentService() public method