Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF520F89F for ; Wed, 20 Mar 2013 08:51:20 +0000 (UTC) Received: (qmail 79458 invoked by uid 500); 20 Mar 2013 08:51:19 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 78871 invoked by uid 500); 20 Mar 2013 08:51:18 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 78813 invoked by uid 99); 20 Mar 2013 08:51:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 08:51:16 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of scott.james.90@outlook.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 08:51:10 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UIEjQ-0003Qv-F6 for users@camel.apache.org; Wed, 20 Mar 2013 01:50:48 -0700 Date: Wed, 20 Mar 2013 01:50:48 -0700 (PDT) From: scottj To: users@camel.apache.org Message-ID: <1363769448451-5729479.post@n5.nabble.com> Subject: CamelSpringJUnit4ClassRunner vs CamelSpringTestSupport MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hello, I would like to use the CamelSpringJUnit4ClassRunner annotations on my tests. I've read the instructions on http://camel.apache.org/spring-testing.html, which says "Using CamelSpringJUnit4ClassRunner runner with the @RunWith annotation [..] provides the full feature set of Spring Test with support for the feature set provided in the CamelTestSupport classes" I am would like to access the CamelTestSupport-methods in my tests (e.g. CamelTestSupport.createExchangeWithBody()), but how do I accomplish that using the CamelSpringJUnit4ClassRunner annotation? I do not have access to the CamelTestSupport-methods then -- View this message in context: http://camel.465427.n5.nabble.com/CamelSpringJUnit4ClassRunner-vs-CamelSpringTestSupport-tp5729479.html Sent from the Camel - Users mailing list archive at Nabble.com.