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

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

package net.anotheria.asg.service;

/**
 * 

Abstract BaseFixtureService class.

* * @author another * @version $Id: $Id */ public abstract class BaseFixtureService extends AbstractASGService implements IFixtureService{ /** {@inheritDoc} */ @Override public void setUp() { reset(); } /** {@inheritDoc} */ @Override public void tearDown() { } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy