Package de.gebit.integrity.fixtures
Class ExtendedResultFixture.ExtendedResultText
java.lang.Object
de.gebit.integrity.fixtures.ExtendedResultFixture.ExtendedResult
de.gebit.integrity.fixtures.ExtendedResultFixture.ExtendedResultText
- Enclosing interface:
ExtendedResultFixture
public static final class ExtendedResultFixture.ExtendedResultText
extends ExtendedResultFixture.ExtendedResult
Encapsulates a textual extended result.
- Author:
- Rene Schneider - initial API and implementation
-
Constructor Summary
ConstructorsConstructorDescriptionExtendedResultText(String aText) Creates an instance with no title.ExtendedResultText(String aTitle, String aText) Creates an instance. -
Method Summary
Methods inherited from class de.gebit.integrity.fixtures.ExtendedResultFixture.ExtendedResult
getTitle
-
Constructor Details
-
ExtendedResultText
Creates an instance.- Parameters:
aTitle- the title of this extended result.aText- the text of the result
-
ExtendedResultText
Creates an instance with no title.- Parameters:
aText- the text of the result
-
-
Method Details
-
getText
-