Package com.funnelback.plugin.test
Class AbstractPluginPropertiesFileTest
- java.lang.Object
-
- com.funnelback.plugin.test.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 Summary
Constructors Constructor Description AbstractPluginPropertiesFileTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getPluginName()
void
testDefinedClassesInPropsExist()
void
testPropsFileExist()
void
testVersionIsSemver()
-
-
-
Method Detail
-
getPluginName
public abstract String getPluginName()
-
testDefinedClassesInPropsExist
@Test public void testDefinedClassesInPropsExist()
-
testPropsFileExist
@Test public void testPropsFileExist()
-
testVersionIsSemver
@Test public void testVersionIsSemver()
-
-