You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bakó A. Benjamin edited this page May 4, 2017
·
3 revisions
I tested MatchingByRendering algorithm.
The first half of the test is creating an Engine. Add to alignment algorithms the MatchingByRendering algorithm.The engine holds the algohitms in a set so i iterate in this set. I added only one algorhtim, so the only element of this should be MatchingByRendering algorithm. The following test checks the algorhitm parameters like its name, its priority and aggressiveness.
I load MatchByRendering ontology, wich i created for this test.
The algorhitm should find for every entity a matching entity. So the second part of test is checking that. First i get the differnce map and than i get the unmatched source entities which should be an empty set.
With this test i increased the codecoverage in MatchingByRendering.java from 0.0% to 88.7%.