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