67686970717273
* @author Marek Potociar (marek.potociar at oracle.com) */ public class OutboundMessageContextTest { public OutboundMessageContextTest() { RuntimeDelegate.setInstance(new TestRuntimeDelegate()); }
111112113114115116117
/** * Create test class. */ public OutboundJaxrsResponseTest() { RuntimeDelegate.setInstance(new TestRuntimeDelegate()); }
58596061626364
/** * Create test class. */ public OutboundJaxrsResponseBuilderTest() { RuntimeDelegate.setInstance(new TestRuntimeDelegate()); }
66676869707172
* @author Marek Potociar (marek.potociar at oracle.com) */ public class HeaderUtilsTest { public HeaderUtilsTest() { RuntimeDelegate.setInstance(new TestRuntimeDelegate()); }
78798081828384
} } @Before public void setUp() throws Exception { RuntimeDelegate.setInstance(new TestRuntimeDelegate()); }
56575859606162
*/ public class LinkProviderTest { @Before public void setUp() throws Exception { RuntimeDelegate.setInstance(new TestRuntimeDelegate()); }
68697071727374
* @author Marek Potociar (marek.potociar at oracle.com) */ public class InboundMessageContextTest { public InboundMessageContextTest() { RuntimeDelegate.setInstance(new TestRuntimeDelegate()); }