users@jersey.java.net

[Jersey] JerseyTest 2.4 and url-pattern

From: Eric Stein <steine_at_locustec.com>
Date: Tue, 15 Apr 2014 12:59:35 +0000

How do I set the url-pattern for an instance of a JerseyTest? I'm running two APIs in the same project, and they share an endpoint. That's blowing up my JerseyTest suite because it doesn't recognize it should be configured as two applications.