public class TestParameterUsage extends AbstractTest<csbase.logic.algorithms.parsers.elements.ParameterStructure>
| Constructor and Description |
|---|
TestParameterUsage(SimpleConfiguratorSource algorithms,
Window window)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
protected List<IResultMessage<csbase.logic.algorithms.parsers.elements.ParameterStructure>> |
doTest(csbase.logic.algorithms.parsers.elements.ParameterStructure 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.parsers.elements.ParameterStructure> |
getSubjectClass()
Obtém a classe do T
|
String |
getSubjectName(csbase.logic.algorithms.parsers.elements.ParameterStructure subject)
Informa o nome do assunto.
|
getTaskMessage, getTaskParentWindow, getTaskTitle, runpublic TestParameterUsage(SimpleConfiguratorSource algorithms, Window window)
algorithms - Lista de algoritmoswindow - janela que disparou o testepublic String getName()
public String getDescription()
public Class<csbase.logic.algorithms.parsers.elements.ParameterStructure> getSubjectClass()
protected List<IResultMessage<csbase.logic.algorithms.parsers.elements.ParameterStructure>> doTest(csbase.logic.algorithms.parsers.elements.ParameterStructure subject)
doTest in class AbstractTest<csbase.logic.algorithms.parsers.elements.ParameterStructure>subject - Dado a ser testadopublic String getSubjectName(csbase.logic.algorithms.parsers.elements.ParameterStructure subject)
subject - o assunto.Copyright © 2017. All rights reserved.