Fied some documentation

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@406 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2009-04-14 17:41:38 +00:00
parent 186c799ffc
commit 88ebf1a05b
3 changed files with 6 additions and 3 deletions

View File

@ -33,7 +33,8 @@ import java.util.Enumeration;
* <p/> * <p/>
* Class BaseTest * Class BaseTest
* <p/> * <p/>
* A descriptions should go here. Blame aaron if it's missing. * This is the base test class for all of our test cases. All test cases should extend from this
* class, since it sets up the logger, and resolves any data directories that we rely on.
*/ */
public abstract class BaseTest { public abstract class BaseTest {
/** our log, which we want to capture anything from org.broadinstitute.sting */ /** our log, which we want to capture anything from org.broadinstitute.sting */

View File

@ -36,7 +36,9 @@ import java.util.ArrayList;
* <p/> * <p/>
* Class ShardFactoryTest * Class ShardFactoryTest
* <p/> * <p/>
* A descriptions should go here. Blame aaron if it's missing. * Tests the shard strategy factory. This tests the whole sharding interface, and should be
* split in the future into seperate test cases.
* TODO: split out for the seperate sharding classes
*/ */
public class ShardStrategyFactoryTest extends BaseTest { public class ShardStrategyFactoryTest extends BaseTest {

View File

@ -41,7 +41,7 @@ import java.util.List;
* <p/> * <p/>
* Class SAMBAMDataSourceTest * Class SAMBAMDataSourceTest
* <p/> * <p/>
* A descriptions should go here. Blame aaron if it's missing. * The test of the SAMBAM simple data source.
*/ */
public class SAMBAMDataSourceTest extends BaseTest { public class SAMBAMDataSourceTest extends BaseTest {