Skip to content

Quality Assurance

kostat edited this page Sep 27, 2014 · 1 revision

To verify the library is of the highest quality possibly and no regressions are introduced, there is a bunch of unit tests.

How do they work?

The LambdaExpression has compile method which produces an interpreter out of the Expression Tree. Now I can run the original Lambda and compare its result with the interpreted one.

Continuous Integration?

JaQue uses Travis for CI. The Build Status indicates, that the build and tests pass.

Clone this wiki locally