An OWLTest plugin is an extension of the OWL Plugin that allows to perform arbitrary tests on an ontology, class, property or individual. OWLTests are Java classes that must implement the interface edu.stanford.smi.protegex.owl.testing.OWLTest. In addition, each OWLTest should implement subtypes of this interface depending on whether they perform a test on a knowledge base, class, property (slot) or any individual (including classes and slots). Furthermore, they may implement the RepairableOWLTest interface if they can repair the cause of the test failure.
For each OWLTest plugin that the system shall execute, you must add an entry to the local manifest file like in the following example:
Name: edu/stanford/smi/protegex/owl/testing/sanity/FacetConstraintsTest.class
OWLTest: True
To double-check whether your plugin was accepted, just try to locate it in the test settings dialog. It will then be included in the test runs, when the user hits the test button.