| 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> |
AbstractRemoteTest.run(java.lang.Iterable<T> subjects)
Roda o teste para uma fonte iterável
|
ITestResult<T> |
AbstractTest.run(java.lang.Iterable<T> subjects)
Roda o teste para uma fonte iterável
|
ITestResult<T> |
ITest.run(java.lang.Iterable<T> subjects)
Roda o teste para uma fonte iterável
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ITest<?>,ITestResult<?>> |
TestRunner.run(java.util.List<ITest<?>> runQueue)
Ação de rodar os testes
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReportDialog.updateInfoArea(ITestResult<?> result,
javax.swing.JTextArea infoArea)
Atualiza as informações do fluxo selecionado
|
| Constructor and Description |
|---|
ReportDialog(java.util.Map<ITest<?>,ITestResult<?>> testMap,
java.util.Locale locale,
java.awt.Window parentWindow)
Construtor
|
Copyright © 2018. All Rights Reserved.