Beispiel #1
0
        public void UseTheDbConfigToGetAConnection()
        {
            _envConfig.GetConnection();

            Isolate.Verify.WasCalledWithAnyArguments(() => _fakeDbConfig.GetConnection());
        }