public WoWPlatformTests() { wp = new WoWPlatform(); BattlenetConnectionOptions bco = new BattlenetConnectionOptions() { AuthenticationOptions = new BattlenetAuthenticationOptions() { IsAuthenticated = true, PrivateKey = WCPAL.Tests.Constants.PRIVATE_KEY, PublicKey = WCPAL.Tests.Constants.PUBLIC_KEY }, IsSecure = false }; authedwp = new WoWPlatform(bco); }
public WoWPlatformTests() { wp = new WoWPlatform(); }