Exemplo n.º 1
0
        public void CsConnectionConstructorTest()
        {
            AdoConnection target = new AdoConnection();

            Assert.IsNotNull(target.GetUnderlyingConnection());
        }