1 37 package net.sourceforge.cruisecontrol; 38 39 import junit.framework.TestCase; 40 41 public class StarTeamPluginRegistryTest extends TestCase { 42 43 public void testStarTeamPluginRegistry() throws Exception { 44 45 PluginRegistryTest.verifyPluginClass( 46 "starteambootstrapper", 47 "net.sourceforge.cruisecontrol.bootstrappers.StarTeamBootstrapper"); 48 } 49 } 50 | Popular Tags |