Exemplo n.º 1
0
        public void Constructor_should_not_fork_connectionSource()
        {
            var subject = new ConnectionSourceReadWriteBinding(_connectionSource, ReadPreference.Primary);

            _connectionSource.DidNotReceive().Fork();
        }