pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.
MIT License
654 stars 129 forks source link

fix: refactoring unit tests & make testData folder compilable #90

Closed PendingChanges closed 9 months ago

PendingChanges commented 9 months ago

Before fixing any issue, unit test refactoring. All the files in the testData folder are now compiled to actually generate plantuml from compiling C# code. I fxed all the compilation errors and the file AtPrefixed has been deleted (this is not a valid C# file).

pierre3 commented 9 months ago

@PendingChanges Thank you for the pull request. It has been merged!

pierre3 commented 9 months ago

In xUnit, since Console.Write() isn't available, I've enabled debugging output using ITestOutputHelper.

https://github.com/pierre3/PlantUmlClassDiagramGenerator/commit/0d1aed09a61f44ef2392daac047a57bd02086e5f