TryAtSoftware / CleanTests

TryAtSoftware.CleanTests is a modern framework for execution and generation of automated tests in .NET
MIT License
13 stars 0 forks source link

Encapsulate components by restricting their access modifier #77

Closed TonyTroeff closed 1 month ago

TonyTroeff commented 1 month ago

Pull Request Description

There are a lot of publicly exposed components that cannot be easily modified because of breaking changes. In order to resolve this issue, we have decided to restrict their access from public to internal. Tests will still be able to access them, however.

Checklist

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud