public interface ISubjectFactory
| Modifier and Type | Method and Description |
|---|---|
<T> java.lang.Iterable<T> |
createSubject(ITest<T> test)
Cria o conjunto de objetos a serem analisados.
|
<T> java.lang.Iterable<T> createSubject(ITest<T> test)
T - o tipo de objeto esperado pelo teste.test - o teste.Copyright © 2016. All Rights Reserved.