it("testMatchMethodNameTrue",  function () {
            assert.isTrue(matcher.match("CaseService.readCase", "*.readCase"));
            assert.isTrue(matcher.match("CaseService.readCase", "*.*Case"));
        });