| Package | Description |
|---|---|
| csbase.client.applications.algorithmsmanager.report.core |
| Modifier and Type | Class and Description |
|---|---|
class |
TestResult<T>
Implementação padrão do resultado
|
| Modifier and Type | Method and Description |
|---|---|
ITestResult<T> |
ITest.run(Iterable<T> subjects)
Roda o teste para uma fonte iterável
|
ITestResult<T> |
AbstractTest.run(Iterable<T> subjects)
Roda o teste para uma fonte iterável
|
ITestResult<T> |
AbstractRemoteTest.run(Iterable<T> subjects)
Roda o teste para uma fonte iterável
|
| Modifier and Type | Method and Description |
|---|---|
Map<ITest<?>,ITestResult<?>> |
TestRunner.run(List<ITest<?>> runQueue)
Ação de rodar os testes
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReportDialog.updateInfoArea(ITestResult<?> result,
JTextArea infoArea)
Atualiza as informações do fluxo selecionado
|
| Constructor and Description |
|---|
ReportDialog(Map<ITest<?>,ITestResult<?>> testMap,
Locale locale,
Window parentWindow)
Construtor
|
Copyright © 2017. All rights reserved.