You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess I just added that with the idea of implementing it one day, but to be honest I have no idea what the proper output should be for a text log. I generally use either the console or NUnit xml (for importing into our CI server).
I'm going to leave this one as an "exercise for the reader" - happy to accept a PR is someone wants to implement it.
TDUnitXTextFileLogger is not fully implemented..
constructor TDUnitXTextFileLogger.Create(const AFileName : string; const overwrite : boolean); begin raise ENotImplemented.Create('Not Implemented'); end;
The text was updated successfully, but these errors were encountered: