for (var i = 0; i < support.TYPES_EXCEPT_STRING.length; i++) {
            test.throws(
                function () {
                    instance.get(support.TYPES_EXCEPT_STRING[i]);
                },