T - Tipo do dado sendo testadopublic abstract class AbstractRemoteTest<T> extends AbstractTest<T>
| Constructor and Description |
|---|
AbstractRemoteTest(Window taskParentWindow,
String taskTitle,
String taskMessage)
Consturtor
|
| Modifier and Type | Method and Description |
|---|---|
ITestResult<T> |
run(Iterable<T> subjects)
Roda o teste para uma fonte iterável
|
doTest, getTaskMessage, getTaskParentWindow, getTaskTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getName, getSubjectClass, getSubjectNamepublic ITestResult<T> run(Iterable<T> subjects)
Copyright © 2016. All rights reserved.