OpenAssetIO
An abstract API for generalising interactions between a host application and an asset management system

Check plugin's implementation of managerApi.ManagerInterface.resolve. More...

Inheritance diagram for Test_resolve:

Public Member Functions

def setUp (self)
 
def test_has_capability (self)
 
def test_when_no_traits_then_returned_specification_is_empty (self)
 
def test_when_multiple_references_then_same_number_of_returned_specifications (self)
 
def test_when_unknown_traits_then_returned_specification_is_empty (self)
 
def test_when_valid_traits_then_returned_specification_has_those_traits (self)
 
def test_when_valid_and_unknown_traits_then_returned_specification_only_has_valid_traits (self)
 
def test_when_resolving_read_only_reference_for_publish_then_access_error_is_returned (self)
 
def test_when_resolving_write_only_reference_for_read_then_access_error_is_returned (self)
 
def test_when_resolving_missing_reference_then_resolution_error_is_returned (self)
 
def test_when_resolving_malformed_reference_then_malformed_reference_error_is_returned (self)
 

Public Attributes

 a_reference_to_a_readable_entity
 

Detailed Description

Check plugin's implementation of managerApi.ManagerInterface.resolve.

Member Function Documentation

def setUp (   self)
def test_has_capability (   self)
def test_when_multiple_references_then_same_number_of_returned_specifications (   self)
def test_when_no_traits_then_returned_specification_is_empty (   self)
def test_when_resolving_malformed_reference_then_malformed_reference_error_is_returned (   self)
def test_when_resolving_missing_reference_then_resolution_error_is_returned (   self)
def test_when_resolving_read_only_reference_for_publish_then_access_error_is_returned (   self)
def test_when_resolving_write_only_reference_for_read_then_access_error_is_returned (   self)
def test_when_unknown_traits_then_returned_specification_is_empty (   self)
def test_when_valid_and_unknown_traits_then_returned_specification_only_has_valid_traits (   self)
def test_when_valid_traits_then_returned_specification_has_those_traits (   self)

Member Data Documentation

a_reference_to_a_readable_entity

The documentation for this class was generated from the following file:
  • /src/src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py