CQRS.Tests.CQRS.EventSourcing.Sql.SqlServerEventStoreTest.Does_not_call_db_in_constructor C# (CSharp) Method

Does_not_call_db_in_constructor() private method

private Does_not_call_db_in_constructor ( ) : void
return void
        public void Does_not_call_db_in_constructor()
        {
            var eventStore = new SqlServerEventStore("SomeStringThatDoesNotPointToARealSqlServer", new SingleThreadUseGuard());
        }