Exemplo n.º 1
0
 public xUnitTest()
 {
     repo = new ReviewRepo();
     repo.InitializeData();
     repo.GetAllReviews();
 }
Exemplo n.º 2
0
 public static void addJson(TestContext tc)
 {
     repo = new ReviewRepo();
     repo.InitializeData();
     repo.GetAllReviews();
 }