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
Constructors Constructor Description ExtendedResultText(String aText)
Creates an instance with no title.ExtendedResultText(String aTitle, String aText)
Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
-
Methods inherited from class de.gebit.integrity.fixtures.ExtendedResultFixture.ExtendedResult
getTitle
-
-
-
-
Constructor Detail
-
ExtendedResultText
public ExtendedResultText(String aTitle, String aText)
Creates an instance.- Parameters:
aTitle
- the title of this extended result.aText
- the text of the result
-
ExtendedResultText
public ExtendedResultText(String aText)
Creates an instance with no title.- Parameters:
aText
- the text of the result
-
-
Method Detail
-
getText
public String getText()
-
-