public class AlgorithmManagerSubjectFactory extends java.lang.Object implements ISubjectFactory
| Constructor and Description |
|---|
AlgorithmManagerSubjectFactory(Application app)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
<T> java.lang.Iterable<T> |
createSubject(ITest<T> test)
Cria o conjunto de objetos a serem analisados.
|
public AlgorithmManagerSubjectFactory(Application app)
app - Aplicação para disparar as tasks.public <T> java.lang.Iterable<T> createSubject(ITest<T> test)
createSubject in interface ISubjectFactoryT - o tipo de objeto esperado pelo teste.test - o teste.Copyright © 2018. All Rights Reserved.