public void Setup()
 {
     _controller = new TaskCharactersController(Context);
 }
Exemple #2
0
 public void Setup()
 {
     Assume.That(Context.Characters.Count() > 1, "The testing database needs two characters.");
     _controller = new TaskCharactersController(Context);
 }