Exemplo n.º 1
0
 public void IsAthenticatedTest()
 {
     var actual = new SessionModule(13, 31);
     Assert.True(actual.IsAuthenticated());
 }