Hi,
 
I've written code that converts our company's internal model of a process flow to a Drools flow, using the fluent API.  I can see in my debugger that I've created the correct structure (I think), but I'd like to write test cases that prove it.  Is there a way to check the structure of the generated process without executing it?  I'm not trying to test a specific flow, I'm trying to test the code that converts from our model to Drools.

Regards,

Dan Nathanson