Package org.streamingpool.core.testing
Class AbstractStreamTest
- java.lang.Object
-
- org.streamingpool.core.support.AbstractStreamSupport
-
- org.streamingpool.core.testing.AbstractStreamTest
-
- All Implemented Interfaces:
StreamSupport
@ContextConfiguration(classes={EmbeddedPoolConfiguration.class,DefaultStreamFactories.class}, loader=org.springframework.test.context.support.AnnotationConfigContextLoader.class) @DirtiesContext(classMode=BEFORE_EACH_TEST_METHOD) public abstract class AbstractStreamTest extends AbstractStreamSupport
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.streamingpool.core.support.StreamSupport
StreamSupport.OngoingLazyProviding<T>, StreamSupport.OngoingProviding<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractStreamTest()
-
Method Summary
-
Methods inherited from class org.streamingpool.core.support.AbstractStreamSupport
discover, instrumentationService, provide, provide, providingService
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.streamingpool.core.support.StreamSupport
getAncestorsFrom
-
-