public class TestDocument extends Object
| Constructor and Description |
|---|
TestDocument(CharSequence title,
CharSequence text)
Instantiates a new Test document.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Gets text.
|
CharSequence |
getTitle()
Gets title.
|
String |
toString() |
public TestDocument(CharSequence title, CharSequence text)
title - the titletext - the textpublic String getText()
public CharSequence getTitle()
Copyright © 2019 SimiaCryptus Software. All rights reserved.