first part of auto results
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package de.jeyp91.tippligaforum;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public class TippligaWebsiteConnectorTest {
|
||||
@Test
|
||||
public void getChecksumOfPostTest() throws IOException {
|
||||
TippligaWebsiteConnector con = new TippligaWebsiteConnector();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user