All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anotheria.asg.service.IFixtureService Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy