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