Uses of Class
romanemperorsscraper.run.UnsupportedOsException
-
Packages that use UnsupportedOsException Package Description romanemperorsscraper.run romanemperorsscraper.tester -
-
Uses of UnsupportedOsException in romanemperorsscraper.run
Methods in romanemperorsscraper.run that throw UnsupportedOsException Modifier and Type Method Description static voidOsUtils. initializeOs()Detect and store the user's Operating System type needed for the OsUtils class' methods -
Uses of UnsupportedOsException in romanemperorsscraper.tester
Methods in romanemperorsscraper.tester that throw UnsupportedOsException Modifier and Type Method Description static voidDynastiesTester. initialize()Initialize the WebDriver needed to scrape data from the Wikipedia page of Roman Emperors and obtain the dynasties names and Wikipedia page URLs to be compared with the expected onesstatic voidDynastyTester. initialize()Initialize the WebDriver needed to scrape data from the Wikipedia page of the Julio-Claudian Dynasty and get its information through the Dynasty object constructorstatic voidPersonPageDataTester. initialize()Initialize the WebDriver needed to scrape data from the Wikipedia page of Augusto and get its information through the PersonPageData object constructorstatic voidTester. main(java.lang.String[] args)The main method executes and keeps count of the single passed tests and test groups (PersonPageDataTester, DynastyTester and DynastiesTester) passed over the total amount
-