ke4roh / vertx-engine

An execution engine for processing things, based on vertx
Apache License 2.0
1 stars 2 forks source link

more tests, comments #43

Closed ke4roh closed 5 years ago

ke4roh commented 5 years ago

I was going to add an explicit catch around executeSlow, but it turned out to be unnecessary because the code that actually calls AbstractStep.execute0() is smart enough to put the exception on the resulting Maybe. Here's the test showing that, and there's a test showing deep resolution of templates.