com.xebialabs.deployit.tck.manifest
Class ManifestTester

java.lang.Object
  extended by com.xebialabs.deployit.tck.manifest.ManifestTester

public class ManifestTester
extends Object

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:


Constructor Summary
ManifestTester()
           
 
Method Summary
static void testManifest(String basePackage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestTester

public ManifestTester()
Method Detail

testManifest

public static void testManifest(String basePackage)


Copyright © 2008-2011. All Rights Reserved.