public void TestInitialize() { _databaseConnection = new StorageDatabaseUtils(Server, Database, IsTrusted, Login, Password, ConnectionTimeout); Assert.IsNotNull(_databaseConnection); }