Building a Custom NUnit Runner

On my way to “debugging” NUnit Tests with Enterprise Architect. I ran into issues with the NUnit Console runner – EA’s Debugger wouldn’t properly attach to it. So I started investigating how I could make a very very simple NUnit runner to help me on that. During my...

Continuance – AMUSE using Embedded Devices

In my last Blog entry i showed an example for AMUSE using Embedded Devices. You can have a look here. Today i will give you some extra information. It is also possible to start the executable which is deployed on the mobile device as standalone...

Code Overload

Maybe I should consider to rethinking my code style guidlines. As I opened my AMUSE project today I got the following message from Visual Studio (9.0). Never seen it bevor 😉 Just checked witch file was responsible for this,… seems like VS doesn’t like the embedded MDG...

eaCommand GUI

According to our solution for documentation of software products, LieberLieber coded a GUI for easy use of the freeware tool eaCommand. With this GUI you can easily generate the commands needed in commandLine. It also handles dependencies of the possible parameters...