Tests the wrapper methods isWrapperFor and unwrap. There are two cases
to be tested
Case 1: isWrapperFor returns true and we call unwrap
Case 2: isWrapperFor returns false and we call unwrap
Parameters: dmd - The DatabaseMetaData object on which the wrapper methods are called