Replies: 1 comment
-
Hi Kai, Logging the unit test session and displaying plots sounds great. For that we need to revisit our unit testing concept and give it a notion of time series execution. Currently it is single step and then using for loops one can have multiple runs. For debugging, currently on test fail i recommend you use the built in CDT debugger which works quite well. Best Wishes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Debugging unit tests seems tedious since in the end only the results of the assertions are displayed.
It woud be nice to log data during unit test run and allow to display them grafically.
Currently this is done with a small c-code class that logs data to some csv file that thereafter can be inspected in Excel.
Tryed ImageJ plugin with the Eclipse IDE where it runs fine while I was not able to get it running inside ASCET Community Edition (since the Plug-in "com.eco.bio7.ijmacro.editor" was unable to instantiate class "com.eco.bio7.ijmacro.editors.IJMacroEditor").
Beta Was this translation helpful? Give feedback.
All reactions