package storagetesting;

public interface StorageTest
{
	boolean test();
}