|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.tck.manifest.ManifestTester
public class ManifestTester
Provides helper methods for unit tests to verify Deployit plugin manifests. Example:
@Test
public void testManifest() {
ManifestTester.testManifest("com.acme.plugin.package");
}
This will attempt to load all Deployit manifests on the classpath and compare them to all items in the given package, verifying the following:
@ConfigurationItem are included in the loaded manifests
RunBook are included in the loaded manifests
| Constructor Summary | |
|---|---|
ManifestTester()
|
|
| Method Summary | |
|---|---|
static void |
testManifest(java.lang.String basePackage)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManifestTester()
| Method Detail |
|---|
public static void testManifest(java.lang.String basePackage)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||