Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Json Array support for json string and also MaskFields_Should_Mask_With_Wildcard_ForJsonArray Unit Test Method #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FatihKosal
Copy link

json.MaskFields method was giving exception for json array strings.

Now I added json array support.

You can test it via MaskFields_Should_Mask_With_Wildcard_ForJsonArray

…ask_With_Wildcard_ForJsonArray unit test method
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8689a83) 100.00% compared to head (cb4910f) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           28        33    +5     
  Branches         8        10    +2     
=========================================
+ Hits            28        33    +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@FatihKosal FatihKosal changed the title Added Json Array support for json string and also MaskFields_Should_Mask_With_Wildcard_ForJsonArray Added Json Array support for json string and also MaskFields_Should_Mask_With_Wildcard_ForJsonArray Unit Test Method Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant