Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
package br.gov.al.saude.test;
2
 
3
public interface RhdAceitacaoTest {
4
 
5
        void setUp() throws Exception;
6
 
7
        void tearDown() throws Exception;
8
}