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 void
testBash()
void
testBashCompletions()
void
testFish()
void
testFishCompletions()
-
-
-
Method Detail
-
testBash
public void testBash() throws InterruptedException, IOException
- Throws:
InterruptedException
IOException
-
testBashCompletions
public void testBashCompletions() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
testFish
public void testFish() throws InterruptedException, IOException
- Throws:
InterruptedException
IOException
-
testFishCompletions
public void testFishCompletions() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-