package gov.nysenate.openleg; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class SillyTests extends BaseTests { private static final Logger logger = LoggerFactory.getLogger(SillyTests.class); /** --- Your silly tests go here --- */ /* __ __, \,`~"~` / .-=-. / . .\ / .-. \ { = Y}= (_/ \ \ \ / \ \ _/`'`'`b \ `.__.-'` \-._ | '.__ `'-;_ | _.' `'-.__) \ ;_..--'/ // \ | / / | // | \ \ \__) \ // / \__) '.// .' `'-'` */ @Test public void testTest() { } }