it("testMatchServiceAndMethodNameEmptyString",  function () {
            assert.isTrue(matcher.match("", "*"));
            assert.isFalse(matcher.match("", "*.*"));
        });