T - Tipo do dado sendo testadopublic abstract class AbstractTest<T> extends Object implements ITest<T>
| Constructor and Description |
|---|
AbstractTest(Window taskParentWindow,
String taskTitle,
String taskMessage)
Consturtor
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<IResultMessage<T>> |
doTest(T subject)
Aplica o teste a um assunto e retorna lista de mensagens
|
protected String |
getTaskMessage()
Informa a mensagem da
|
protected Window |
getTaskParentWindow()
Informa o nome da janela mãe da task
|
protected String |
getTaskTitle()
Informa o título da task
|
ITestResult<T> |
run(Iterable<T> subjects)
Roda o teste para uma fonte iterável
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getName, getSubjectClass, getSubjectNamepublic ITestResult<T> run(Iterable<T> subjects)
protected Window getTaskParentWindow()
protected String getTaskTitle()
protected String getTaskMessage()
protected abstract List<IResultMessage<T>> doTest(T subject)
subject - Dado a ser testadoCopyright © 2017. All rights reserved.