require 'spec_helper'
context 'determine the mapping class correctly' do
it 'produce a LogicMapping source in case of a logic' do end
it 'raise UnknownMapping error on unknown class' do end
end
context 'query for mapping-type correctly' do it 'produce the correct type on known mapping (Mapping)' do end
it 'produce the correct type on known mapping (LogicMapping)' do end
it 'raise the correct error on unknown mapping' do end
end
end
it 'include source in the nodes list' do end
it 'include target in the nodes list' do end
it 'edges it include the mapping' do end
end
end
context 'ontology specific tests' do end
it 'include source in the nodes list' do end
it 'include target in the nodes list' do end
it 'edges it include the mapping' do end
end
end
context 'distributed ontology specific tests with valid request' do
it "include all children in the node list" do end
end
it "include all mappings defined by the DO in the edge list" do end
end
end
end