Class AbstractFetcherTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
ubic.gemma.core.loader.util.fetcher.AbstractFetcherTest
All Implemented Interfaces:
junit.framework.Test

public class AbstractFetcherTest extends junit.framework.TestCase
Author:
pavlidis
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    final void
     
    final void
     
    final void
     

    Methods inherited from class junit.framework.TestCase

    assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AbstractFetcherTest

      public AbstractFetcherTest()
  • Method Details

    • testMkdirAlreadyExists

      public final void testMkdirAlreadyExists() throws Exception
      Throws:
      Exception
    • testMkdirMakeSubdirs

      public final void testMkdirMakeSubdirs() throws Exception
      Throws:
      Exception
    • testMkdirMakeTemp

      public final void testMkdirMakeTemp() throws Exception
      Throws:
      Exception
    • tearDown

      protected void tearDown() throws Exception
      Overrides:
      tearDown in class junit.framework.TestCase
      Throws:
      Exception