jdbc-json / jdbc-cb

A JDBC driver for Couchbase, using the N1QL query language.
Apache License 2.0
16 stars 12 forks source link

remove empty tests #47

Closed j-larson closed 8 years ago

j-larson commented 8 years ago

We have dozens of empty tests like this:

@Test
public void testSetNetworkTimeout() throws Exception
{
}

@Test
public void testGetNetworkTimeout() throws Exception
{
}

@Test
public void testCheckClosed() throws Exception
{
}

@Test
public void testCreateSQLJSON() throws Exception
{
}