first part of auto results

This commit is contained in:
2023-04-10 22:11:10 +02:00
parent ee7a3004b3
commit b96b34e1a1
2 changed files with 103 additions and 0 deletions

View File

@@ -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();
}
}