Exemplo n.º 1
0
        public async Task AuthenticateWithPasswordTest()
        {
            Podio podio = await TestUtility.GetPodioAndUserLogin();

            Assert.IsNotNull(podio);
        }
Exemplo n.º 2
0
        public async Task AuthenticateWithAppTest()
        {
            Podio podio = await TestUtility.GetPodioAndAppLogin();

            Assert.IsNotNull(podio);
        }
Exemplo n.º 3
0
 public void PodioConstructorTest()
 {
     Podio podio = TestUtility.GetPodio();
 }