Skip to content

Instantly share code, notes, and snippets.

View ntshoe20's full-sized avatar

Itum ntshoe20

View GitHub Profile
@ntshoe20
ntshoe20 / TestExtract.java
Last active June 17, 2017 09:33 — forked from EvanKnowles/TestExtract.java
Testing the extract
package za.co.knonchalant.espn;
/*Junit 4.12, requires hamcrest 1.3, otherwise the code won't compile */
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import org.junit.Test;
import java.io.IOException;