That's not entiretly true. There aren't any in CacheTest.cs.
--- "Ron Grabowski (JIRA)" <[email protected]> wrote: > > There aren't any unit tests for this style of QueryForList: > > UserCollection userCollection = new UserCollection(); > sqlMapper.QueryForList("User.GetMany", null, userCollection); > return userCollection;
