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 5EFD21066F for ; Thu, 16 Jan 2014 16:31:44 +0000 (UTC) Received: (qmail 22494 invoked by uid 500); 16 Jan 2014 16:31:43 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 22449 invoked by uid 500); 16 Jan 2014 16:31:43 -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 22441 invoked by uid 99); 16 Jan 2014 16:31:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 16:31:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of elihusmails@gmail.com designates 209.85.216.175 as permitted sender) Received: from [209.85.216.175] (HELO mail-qc0-f175.google.com) (209.85.216.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 16:31:36 +0000 Received: by mail-qc0-f175.google.com with SMTP id x13so2454937qcv.6 for ; Thu, 16 Jan 2014 08:31:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Dw8V7X0s71o55+Rt5fdLhI5N/1e9p8KHKHjmNjGE5k0=; b=NinDQXjli2n0RK4iW3VYWlCYAKDqYB0TPDGlHqZqZ+aDxXTXYzOgCAPdTm7npDzk3P h6GkIEu3vv/HyiiJyQRou6114p042A/UjwWFmkB81E4uHMX1xGLOHSUfZ1JoD6DUE+PR doSgcsnWw7PzOSfG4TuwiAavq6GNLqT9CSyxfjp9/P5fecEfG4l7ZXqTvocouneV7KLy 3ZJsxHacJ5TECTleTyW3kwIMmfcR5pZEK+FWD0uFo02yLLp7p0xh8k4Iici4fQ/VhDEv 178M9a59Jw9upJNdXTn+A9rBeietSf6zvjmWprwszH/+Kq3jGibQfc8KLpamgp+tlyhi hIDA== MIME-Version: 1.0 X-Received: by 10.140.107.138 with SMTP id h10mr9561186qgf.30.1389889875559; Thu, 16 Jan 2014 08:31:15 -0800 (PST) Received: by 10.229.75.10 with HTTP; Thu, 16 Jan 2014 08:31:15 -0800 (PST) Date: Thu, 16 Jan 2014 11:31:15 -0500 Message-ID: Subject: unit test netty decoder From: Mark To: users@camel.apache.org Content-Type: multipart/alternative; boundary=001a11395ae04f4c6304f018f488 X-Virus-Checked: Checked by ClamAV on apache.org --001a11395ae04f4c6304f018f488 Content-Type: text/plain; charset=ISO-8859-1 I have a specialized decoder that I am trying to figure out how best to unit test. I looked through the netty unit tests in the camel source code but nothing seems to do what I'm looking to do. Any thoughts? --001a11395ae04f4c6304f018f488--