Thanks =) I'll get the patch to Aries knocked out this week.
There is a little cruft in the helper/util classes, but that can be
trimmed out without impacting users as time goes on.
On 8/15/16 9:05 AM, James Carman wrote:
This is cool, Matt! I am sure a lot of us have already gone through
this hassle, but I have not seen it formalized yet. Good work!
On Mon, Aug 15, 2016 at 9:51 AM Matt Pavlovich <[email protected]
<mailto:[email protected]>> wrote:
This blueprint-test is useful for testing blueprints that do
*/not/* contain Camel routes. The camel-test-blueprint requires a
Camel route to startup, so it can't be used as a general purpose
blueprint test library.
-Matt Pavlovich
On 8/14/16 7:59 AM, Jean-Baptiste Onofré wrote:
What's the purpose exactly ?
I wrote a blog about camel blueprint testing already a while ago ?
Regards
JB
On Aug 12, 2016, at 10:11, Matt Pavlovich <[email protected]
<mailto:[email protected]>> wrote:
I've taken Camel Test Blueprint and removed all the Camel parts to have
a self-contained library that allows for quick testing of blueprint
files. Thought folks here might find it handy (please excuse the
x-post). I opened a JIRA with Aries Blueprint for inclusion into
upstream.
Code:https://github.com/mattrpav/blueprint-test
Aries JIRA:https://issues.apache.org/jira/browse/ARIES-1592
-Matt