Inheritance: BasePlatform
Esempio n. 1
0
 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);
 }
Esempio n. 2
0
 public WoWPlatformTests()
 {
     wp = new WoWPlatform();
 }