adobe / aepsdk-edge-ios

Adobe Experience Platform Edge Network mobile extension in Swift
Apache License 2.0
13 stars 24 forks source link

Refactor unit test cases to use JSON comparison (part 1) #434

Closed timkimadobe closed 9 months ago

timkimadobe commented 10 months ago

[!NOTE] This is the first part in a multi-part series of PRs that will refactor existing Edge extension unit and functional tests to use the JSON comparison tool from AEPTestUtils See part 2: #436

Description

This PR refactors some of the Edge extension unit tests to use JSON comparison

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 10 months ago

Codecov Report

Merging #434 (f8814bd) into dev (74a67e5) will decrease coverage by 0.29%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #434 +/- ## ========================================== - Coverage 96.76% 96.47% -0.29% ========================================== Files 27 27 Lines 1730 1730 ========================================== - Hits 1674 1669 -5 - Misses 56 61 +5 ```