Uses of Class
br.mia.test.model.testlink.ExecucaoTestLink

Packages that use ExecucaoTestLink
br.mia.test.model.dao   
br.mia.test.model.testlink.dao   
br.mia.test.view.observers   
br.mia.test.view.tabelas   
 

Uses of ExecucaoTestLink in br.mia.test.model.dao
 

Methods in br.mia.test.model.dao that return types with arguments of type ExecucaoTestLink
 java.util.ArrayList<ExecucaoTestLink> DAOTestCase.selectTestLink(CasosTeste casoTeste)
           
 

Method parameters in br.mia.test.model.dao with type arguments of type ExecucaoTestLink
 void DAOTestCase.insert(java.util.ArrayList<ExecucaoTestLink> execucoes, CasosTeste casoTeste, CasoUso useCase)
           
 

Uses of ExecucaoTestLink in br.mia.test.model.testlink.dao
 

Methods in br.mia.test.model.testlink.dao that return types with arguments of type ExecucaoTestLink
 java.util.ArrayList<ExecucaoTestLink> DAOTestLink.retornaExecucoes(java.util.ArrayList<java.lang.Integer> testVersions)
           
 

Methods in br.mia.test.model.testlink.dao with parameters of type ExecucaoTestLink
 java.lang.String DAOTestLink.retornaUsuario(ExecucaoTestLink execucao)
           
 

Uses of ExecucaoTestLink in br.mia.test.view.observers
 

Methods in br.mia.test.view.observers that return types with arguments of type ExecucaoTestLink
 java.util.ArrayList<ExecucaoTestLink> ObserverExecutionTestLink.getExecucoes()
           
 

Method parameters in br.mia.test.view.observers with type arguments of type ExecucaoTestLink
 void ObserverExecutionTestLink.setExecucoes(java.util.ArrayList<ExecucaoTestLink> execucoes)
           
 

Uses of ExecucaoTestLink in br.mia.test.view.tabelas
 

Methods in br.mia.test.view.tabelas that return types with arguments of type ExecucaoTestLink
 java.util.ArrayList<ExecucaoTestLink> TabelaModeloExecutionTestLink.getExecucoes()
           
 

Method parameters in br.mia.test.view.tabelas with type arguments of type ExecucaoTestLink
 void TabelaModeloExecutionTestLink.setExecucoes(java.util.ArrayList<ExecucaoTestLink> execucoes)
           
 



Copyright © 2009. All Rights Reserved.