Esempio n. 1
0
        public void UserTest()
        {
            GebruikerInfo gebruiker = new GebruikerInfo();

            //gebruiker.Setup("*****@*****.**");

            Assert.NotNull(gebruiker);
        }
 public GoogleGebruiker()
 {
     this.GebruikerInfo = new GebruikerInfo();
 }