Package org.bsc.async
Class AsyncGeneratorQueueTest
- java.lang.Object
-
- org.bsc.async.AsyncGeneratorQueueTest
-
public class AsyncGeneratorQueueTest extends Object
-
-
Constructor Summary
Constructors Constructor Description AsyncGeneratorQueueTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
asyncGeneratorForEachTest()
void
asyncGeneratorIteratorTest()
void
asyncGeneratorStreamTest()
void
asyncGeneratorWithResultStreamTest()
-
-
-
Method Detail
-
asyncGeneratorForEachTest
@Test public void asyncGeneratorForEachTest() throws Exception
- Throws:
Exception
-
asyncGeneratorIteratorTest
@Test public void asyncGeneratorIteratorTest() throws Exception
- Throws:
Exception
-
asyncGeneratorStreamTest
@Test public void asyncGeneratorStreamTest() throws Exception
- Throws:
Exception
-
-