678910111213
public class RestEasyProviderLoadingTest extends JaxrsTestBase { public void testLoading() throws Exception { ResteasyJackson2Provider provider = new ResteasyJackson2Provider(); assertNotNull(provider); // just to avoid compiler warning }