8T4 / c4sharp

C4Sharp (C4S) is a .net library for building C4 Model diagrams.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add unit tests

jtreher opened this issue · comments

This project needs unit tests. The code samples worked so far for my development, but that was more or a less a giant integration test.

You can assign this issue to me.

@jtreher, today I started the test project using xunit! We could write some integration tests to cover methods of PlantUmlFile.cs and validate if files were created correctly.