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;

public abstract class BaseFixtureService extends AbstractASGService implements IFixtureService{

	@Override
	public void setUp() {
		reset();
	}

	@Override
	public void tearDown() {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy