Uses of Class
org.corpus_tools.pepper.core.SelfTestDesc
-
Packages that use SelfTestDesc Package Description org.corpus_tools.pepper.core org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules org.corpus_tools.pepper.modules.coreModules -
-
Uses of SelfTestDesc in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that return SelfTestDesc Modifier and Type Method Description SelfTestDescSelfTestDesc.Builder. build()Methods in org.corpus_tools.pepper.core with parameters of type SelfTestDesc Modifier and Type Method Description protected ModuleFitnessModuleFitnessChecker. selfTest(PepperModule pepperModule, ModuleFitness moduleFitness, SelfTestDesc selfTestDesc)When the specified module provides a self test, the fitness featureModuleFitness.FitnessFeature.HAS_SELFTESTis set to true and self test is ran. -
Uses of SelfTestDesc in org.corpus_tools.pepper.impl
Methods in org.corpus_tools.pepper.impl that return SelfTestDesc Modifier and Type Method Description SelfTestDescPepperModuleImpl. getSelfTestDesc() -
Uses of SelfTestDesc in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return SelfTestDesc Modifier and Type Method Description SelfTestDescPepperModule. getSelfTestDesc()This method is called by the Pepper framework to run an integration test for module. -
Uses of SelfTestDesc in org.corpus_tools.pepper.modules.coreModules
Methods in org.corpus_tools.pepper.modules.coreModules that return SelfTestDesc Modifier and Type Method Description SelfTestDescDoNothingExporter. getSelfTestDesc()SelfTestDescDoNothingImporter. getSelfTestDesc()SelfTestDescDoNothingManipulator. getSelfTestDesc()SelfTestDescDOTExporter. getSelfTestDesc()SelfTestDescDOTManipulator. getSelfTestDesc()SelfTestDescSaltValidator. getSelfTestDesc()SelfTestDescSaltXMLExporter. getSelfTestDesc()SelfTestDescSaltXMLImporter. getSelfTestDesc()SelfTestDescTextExporter. getSelfTestDesc()SelfTestDescTextImporter. getSelfTestDesc()
-