FileDocCategorySizeDatePackage
BackupExceptionTest.javaAPI DocGlassfish v2 API2826Fri May 04 22:23:16 BST 2007com.sun.enterprise.config.backup

BackupExceptionTest

public class BackupExceptionTest extends TestCase
author
Byron Nevins

Fields Summary
Constructors Summary
public BackupExceptionTest(String testName)

		super(testName);
	
Methods Summary
public static voidmain(java.lang.String[] args)

		junit.textui.TestRunner.run(suite());
	
public static junit.framework.Testsuite()

		TestSuite suite = new TestSuite(BackupExceptionTest.class);
		return suite;
	
public voidtest()

		System.out.println("testFoo");
		BackupException be = new BackupException("backup-res.Sample", "foog");
		be.printStackTrace();