How to generate Unit tests for custom components?

I found that kind of request was raised out several years ago as

viewtopic.php?f=4&t=160

But I did not find the corresponding source in download section, anyone could elaborate it? Other helpful information is also appreciated.

Thanks

Hi evanchen,

JUnit is used for testing facility code of components. Components itself are tested by internal/private tool based on engine.

So you have to start engine, run graph and check results. The tool works in the same way.

Hi Jaroslav,

Thanks for your reply.

Furthermore, how to generate JUnit tests to validate a graph using CloverETL server?

I am just curious that do you have any example for it? :mrgreen:

Best,

Hi evanchen,

use http://server-demo-ec2.cloveretl.com/cl … p-api.html