I have been using EmbeddedEclipse with queues to run one unit test at a time via Java. This has worked fine because I can define in the unit test which ECL files to compile, what query to make, and what result the query should return. However, I'd now like to run one unit test after another. That means that after running one, I would need a way to flush all compiled rules and any assertions before compiling new ones. But there is nothing in the EmbeddedEclipse API that permits such flushing. Is there any way to do this with EmbeddedEclipse, or do I have to switch to OutOfProcessEclipse and accept any performance penalties that entails? DavidReceived on Thu Dec 16 2010 - 09:09:42 CET
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET