Example #1
0
 public ConnectingStateSpecs(ITestOutputHelper output)
     : base(output)
 {
     _context = new FakeConnectionContext();
     _timer   = new FakeTimer();
     _state   = new ConnectionConnectingState(_context, _timer, Logger);
 }