Package ubic.gemma.core.util
Class CompletionGeneratorTest
- java.lang.Object
-
- ubic.gemma.core.util.CompletionGeneratorTest
-
public class CompletionGeneratorTest extends Object
-
-
Constructor Summary
Constructors Constructor Description CompletionGeneratorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestBash()voidtestBashCompletions()voidtestFish()voidtestFishCompletions()
-
-
-
Method Detail
-
testBash
public void testBash() throws InterruptedException, IOException- Throws:
InterruptedExceptionIOException
-
testBashCompletions
public void testBashCompletions() throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
testFish
public void testFish() throws InterruptedException, IOException- Throws:
InterruptedExceptionIOException
-
testFishCompletions
public void testFishCompletions() throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
-