SmartDataAnalytics / DL-Learner

A tool for supervised Machine Learning in OWL and Description Logics
http://dl-learner.org
GNU General Public License v3.0
152 stars 34 forks source link

[Feature] unit test for consistency of property editors [sf#44] #6

Open patrickwestphal opened 9 years ago

patrickwestphal commented 9 years ago

Reported by jenslehmann on 2011-08-18 08:31 UTC There should be a unit test for the various implementations of the PropertyEditor interface in DL-Learner, which checks whether setAsText and getAsText are consistent, i.e. first calling setAsTest(String) and then getAsText should result in the same string for all editors and all valid strings.