for (var func in tests) {
            if (func !== 'runAll' && typeof tests[func] === 'function') {
                tests[func]();
            }
        }