Closed alexanderlinne closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 65.37%. Comparing base (
0ebfbdf
) to head (a428ef6
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
With this PR we add new test cases for methods defined in
ArchUnitNET/Fluent/Syntax/Elements/ObjectsShould.cs
andArchUnitNET/Fluent/Syntax/Elements/ObjectConditionsDefinition.cs
that achieves the following:ArchUnitNETTests
assembly as the architecture for our tests. Instead, we add separate assemblies that contain a small number of types. This reduces the number of hits per line from hundreds or thousands to usually less than ten.The new tests will replace tests in
ArchUnitNETTests/Fluent/Syntax/Elements/ObjectSyntaxElementsTests.cs
, but to remove these tests without reducing the code coverage, additional tests forArchUnitNET/Fluent/Syntax/Elements/ObjectPredicatesDefinition.cs
will be needed.Relates to #229, providing a way to check for changes to the error messages in pull requests