Searched refs:filterInvoked (Results 1 – 1 of 1) sorted by relevance
164 final boolean[] filterInvoked = new boolean[1]; in testRequestAndResponseBindings_wrappingFilter()177 filterInvoked[0] = true; in testRequestAndResponseBindings_wrappingFilter()218 assertTrue(filterInvoked[0]); in testRequestAndResponseBindings_wrappingFilter()222 final int[] filterInvoked = new int[1]; in testRequestAndResponseBindings_matchesPassedParameters() local239 filterInvoked[0]++; in testRequestAndResponseBindings_matchesPassedParameters()285 assertEquals(2, filterInvoked[0]); in testRequestAndResponseBindings_matchesPassedParameters()