Question Steffen Brumm · Jan 9, 2017

Unittest in Atelier?

Hi,

is there a possibility to run Unittests in Atelier?  

Comments

Steffen Brumm  Jan 9, 2017 to Eduard Lebedyuk

Yes, i know. Do you really mean that i have to export the Unittests via <File> -> <Export> ? That would be complicated but ok.

0
Eduard Lebedyuk  Jan 9, 2017 to Steffen Brumm

You can ran them from a terminal.

0
Steffen Brumm · Jan 18, 2017

I answer my own Question. There is a much better way for Unittests than via XML-Export. When you add "Projection <yourNameHere> As %Projection.Java" then you get Java-Wrapper for your Classes. And so you can use JUnit (or similiar things) to write unittests . Additionally you can automate the Tests.

0