Package org.talend.sdk.component.junit
Interface ControllableInputFactory
-
- All Superinterfaces:
org.talend.sdk.component.runtime.output.InputFactory
- All Known Implementing Classes:
JoinInputFactory
,MainInputFactory
public interface ControllableInputFactory extends org.talend.sdk.component.runtime.output.InputFactory
An input factory which is integrable with the testing runtime. The main difference with other input factories is that it must be aware of the data stream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.talend.sdk.component.junit.InputFactoryIterable
asInputRecords()
boolean
hasMoreData()
-
-
-
Method Detail
-
hasMoreData
boolean hasMoreData()
-
asInputRecords
org.talend.sdk.component.junit.InputFactoryIterable asInputRecords()
-
-