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

io.yawp.driver.api.testing.TestHelper Maven / Gradle / Ivy

There is a newer version: 2.08alpha
Show newest version
package io.yawp.driver.api.testing;

import io.yawp.repository.Repository;

public interface TestHelper {

	public void init(Repository r);

	public void setUp();

	public void tearDown();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy