
net.anotheria.asg.service.IFixtureService Maven / Gradle / Ivy
The newest version!
package net.anotheria.asg.service;
/**
* IFixtureService interface.
*
* @author another
* @version $Id: $Id
*/
public interface IFixtureService {
/**
* setUp.
*/
void setUp();
/**
* tearDown.
*/
void tearDown();
/**
* reset.
*/
void reset();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy