public interface IPortionFactory
Allows to create test portions
Modifier and Type | Method and Description |
---|---|
IPortion |
createPortion()
Creates an empty text portion.
|
IPortion |
createPortion(IPortion portion)
Creates a portion with the using of a specified portion data.
|
IPortion |
createPortion(java.lang.String str)
Creates a text portion from specified string.
|