Example #1
0
 public void Setup()
 {
     mockMediator           = new Mock <IMediator>();
     nativeMobileController = new NativeMobileController(mockMediator.Object);
 }