Skip to content
Snippets Groups Projects
Commit c1eaff5f authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

empty test classes

parent 4b531d54
No related branches found
No related tags found
No related merge requests found
package teetime.framework;
import static org.junit.Assert.*;
import org.junit.Test;
public class ExceptionHandling {
@Test
public void test() {
fail("Not yet implemented");
}
}
package teetime.framework.exceptionHandling;
import teetime.framework.Stage;
public class TestListener extends StageExceptionListener {
@Override
public FurtherExecution onStageException(Exception e, Stage throwingStage) {
// TODO Auto-generated method stub
return null;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment