public void GetGamesListJSONByPlatform_Test() { GenreBusiness.Fill(); PlatformBusiness.Fill(); var games = APIFunctions.GetGamesListJSONByPlatform("6", "Snes"); Assert.IsNotNull(games); }
public static void InitXml() { XML.LoadXmlConfig(); XML.LoadXmlGenres(); XML.LoadXmlLabels(); XML.LoadXmlPlatforms(); XML.LoadXmlRoms(); XML.LoadXmlRomStatus(); XML.LoadXmlRomLabels(); RomLabelBusiness.Fill(); GenreBusiness.Fill(); PlatformBusiness.Fill(); RomStatusBusiness.Fill(); RomLabelsBusiness.Fill(); RomBusiness.Fill(); }