Initial commit from SVN.

This commit is contained in:
wcrisman
2014-05-30 10:31:51 -07:00
commit b45e56b890
1968 changed files with 370949 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
package com.foundation.attribute;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
/**
* Copyright Declarative Engineering LLC 2007<p>
*/
public class Test {
/**
* @throws java.lang.Exception
*/
public static void setUpBeforeClass() throws Exception {
}
/**
* @throws java.lang.Exception
*/
public static void tearDownAfterClass() throws Exception {
}
/**
* @throws java.lang.Exception
*/
public void setUp() throws Exception {
}
/**
* @throws java.lang.Exception
*/
public void tearDown() throws Exception {
}
}