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