| 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 |
|---|---|
void |
ReportPanel.updateContent(Map<ITest<?>,ITestResult<?>> map)
Atualiza a área de resultados
|
Copyright © 2016. All rights reserved.