package org.argeo.slc.core.test; public interface TestDefinition { public void execute(); public void setTestData(TestData testData); }