Class AbstractPluginPropertiesFileTest


  • public abstract class AbstractPluginPropertiesFileTest
    extends Object
    An abstract test which most plugins should have. This will do some checks on the props file in an attempt to tell the user earlier if something is wrong with the plugin.
    • Constructor Detail

      • AbstractPluginPropertiesFileTest

        public AbstractPluginPropertiesFileTest()
    • Method Detail

      • getPluginName

        public abstract String getPluginName()
      • testDefinedClassesInPropsExist

        public void testDefinedClassesInPropsExist()
      • testPropsFileExist

        public void testPropsFileExist()
      • testVersionIsSemver

        public void testVersionIsSemver()