Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TDUnitXTextFileLogger #269

Open
dcraggs opened this issue Jul 30, 2020 · 1 comment
Open

TDUnitXTextFileLogger #269

dcraggs opened this issue Jul 30, 2020 · 1 comment

Comments

@dcraggs
Copy link

dcraggs commented Jul 30, 2020

TDUnitXTextFileLogger is not fully implemented..

constructor TDUnitXTextFileLogger.Create(const AFileName : string; const overwrite : boolean); begin raise ENotImplemented.Create('Not Implemented'); end;

@vincentparrett
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants