You could have a test_like_query() modeled after test_select() and an exec_like_query() modeled after exec_query() that also checks the number of objects returned.
For queries you could use variations of this: `` SELECT * FROM Win32_Process WHERE Caption LIKE 'explorer.%' ``