Hi,
i want to TDD a Node because I found a few bugs and want to get sure its now bugfree. But I cant write my Testcase without creating a TestDataTable. Is there already sth. I can use, because writing my own Implementation of a DataTable ends with the try to create an Instantiation of DataTableSpec because there is an Error creating the NodeLogger.
So is there a way to create Junit tests? I hope so, because its a very complex Node I'm implementing.
best Regards