public void test01() {
   Crawler crawler = new Crawler();
   Card card = crawler.crawlCard("Civilized Scholar");
   assertNotNull(card);
 }