MaibornWolff / metric-gardener

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Add test for coupling metric with C# #356

Closed mylinhdao closed 1 month ago

mylinhdao commented 1 month ago

At the moment, our coupling metric calculate the CBO (Coupling between object) metric. We should write golden tests to secure the working functionality before refactoring the code and detect other test case to fulfill the CBO metric. The implemented test cases should fulfill these goals : Golden tests (which should run successful for the current implementation):

Other test cases for CBO, which may fail because the current implementation is not complete:

DOD: