public class TestParamterUsage extends AbstractTest<csbase.logic.algorithms.parameters.Parameter>
| Constructor and Description |
|---|
TestParamterUsage(SimpleConfiguratorSource algorithms,
Window window)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
protected List<IResultMessage<csbase.logic.algorithms.parameters.Parameter>> |
doTest(csbase.logic.algorithms.parameters.Parameter subject)
Aplica o teste a um assunto e retorna lista de mensagens
|
String |
getDescription()
Obtém a descrição do teste
|
String |
getName()
Obtém o nome do teste
|
Class<csbase.logic.algorithms.parameters.Parameter> |
getSubjectClass()
Obtém a classe do T
|
String |
getSubjectName(csbase.logic.algorithms.parameters.Parameter subject)
Informa o nome do assunto.
|
getTaskMessage, getTaskParentWindow, getTaskTitle, runpublic TestParamterUsage(SimpleConfiguratorSource algorithms, Window window)
algorithms - Lista de algoritmoswindow - janela que disparou o testepublic String getName()
public String getDescription()
public Class<csbase.logic.algorithms.parameters.Parameter> getSubjectClass()
protected List<IResultMessage<csbase.logic.algorithms.parameters.Parameter>> doTest(csbase.logic.algorithms.parameters.Parameter subject)
doTest in class AbstractTest<csbase.logic.algorithms.parameters.Parameter>subject - Dado a ser testadopublic String getSubjectName(csbase.logic.algorithms.parameters.Parameter subject)
subject - o assunto.Copyright © 2017. All rights reserved.