test methods are accessing the wrong table?

前端 未结 0 1242
星月不相逢
星月不相逢 2020-12-19 06:34

I have test methods that do things like:

Rating rating = new Rating();
rating.Description = "X";
bool result = RatingManager.Insert(rating);
Assert.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题