Stablize code base (needs improvement, but should work for now)

This commit is contained in:
2018-10-28 15:27:24 +02:00
parent 57fe45f4ec
commit c9584c15ec
5 changed files with 584 additions and 385 deletions

View File

@@ -33,7 +33,7 @@ begin
runner.UseRTTI := True;
//tell the runner how we will log things
//Log to the console window
logger := TDUnitXConsoleLogger.Create(true);
logger := TDUnitXConsoleLogger.Create(false);
runner.AddLogger(logger);
//Generate an NUnit compatible XML File
nunitLogger := TDUnitXXMLNUnitFileLogger.Create(TDUnitX.Options.XMLOutputFile);