{"id":24631026,"url":"https://github.com/brianschroer/sparky-test-helpers","last_synced_at":"2025-06-30T05:02:30.744Z","repository":{"id":29297261,"uuid":"114010458","full_name":"BrianSchroer/sparky-test-helpers","owner":"BrianSchroer","description":".NET unit test helper libraries - Source code for \"SparkyTestHelper\" nuget packages: SparkyTestHelpers, SparkyTestHelpers.AppSettings, SparkyTestHelpers.AutoMapper, SparkyTestHelpers.Mapping, SparkyTestHelpers.Moq, SparkyTestHelpers.Xml","archived":false,"fork":false,"pushed_at":"2022-12-08T03:51:54.000Z","size":888,"stargazers_count":4,"open_issues_count":19,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-30T05:01:56.092Z","etag":null,"topics":["automapper","configuration-files","csharp","dotnet","dotnet-standard","moq","unit-testing"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages?q=SparkyTestHelpers","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BrianSchroer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-12T16:02:05.000Z","updated_at":"2022-09-09T11:49:10.000Z","dependencies_parsed_at":"2023-01-14T14:45:28.080Z","dependency_job_id":null,"html_url":"https://github.com/BrianSchroer/sparky-test-helpers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BrianSchroer/sparky-test-helpers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianSchroer%2Fsparky-test-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianSchroer%2Fsparky-test-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianSchroer%2Fsparky-test-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianSchroer%2Fsparky-test-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrianSchroer","download_url":"https://codeload.github.com/BrianSchroer/sparky-test-helpers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianSchroer%2Fsparky-test-helpers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262714470,"owners_count":23352462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automapper","configuration-files","csharp","dotnet","dotnet-standard","moq","unit-testing"],"created_at":"2025-01-25T07:14:16.919Z","updated_at":"2025-06-30T05:02:30.479Z","avatar_url":"https://github.com/BrianSchroer.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sparky-test-helpers\nThis repo contains source code and unit tests for nuget packages:\n\n## SparkyTestHelpers\nUnit test helpers for Exception expectations and \"scenario\" (row) tests:\n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers/)\n* [Source Code](/SparkyTestHelpers)\n* [API documentation](/SparkyTestHelpers/api.md)\n  \n## SparkyTestHelpers.Scenarios.MsTest\nSparkyTestHelper.Scenarios extensions for better scenario testing with MSTest / VisualStudioTestTools:\n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers.Scenarios.MsTest/)\n* [Source Code](/SparkyTestHelpers.Scenarios.MsTest)\n* [API documentation](/SparkyTestHelpers.Scenarios.MsTest/api.md)\n\n## SparkyTestHelpers.AppSettings\nUnit test helpers for \"appSettings\" values in XML .config files:\n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers.AppSettings/)\n* [Source Code](/SparkyTestHelpers.AppSettings)\n* [API documentation](/SparkyTestHelpers.AppSettings/api.md)\n\n## SparkyTestHelpers.AspNetMvc\nUnit test helpers for ASP.NET MVC (.NET Framework version)\n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers.AspNetMvc/)\n* [Source Code](/SparkyTestHelpers.AspNetMvc)\n* [API documentation](/SparkyTestHelpers.AspNetMvc/api.md)\n\n## SparkyTestHelpers.AspNetMvc.Core\nUnit test helpers for ASP.NET MVC (.NET Core version)\n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers.AspNetMvc.Core/)\n* [Source Code](/SparkyTestHelpers.AspNetMvc.Core)\n* [API documentation](/SparkyTestHelpers.AspNetMvc.Core/api.md)\n\n## SparkyTestHelpers.DataAnnotations\nUnit test helpers for validation with DataAnnotation attributes: \n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers.DataAnnotations/)\n* [Source Code](/SparkyTestHelpers.DataAnnotations)\n* [API documentation](/SparkyTestHelpers.DataAnnotations/api.md)\n\n## SparkyTestHelpers.Mapping\nUnit test helpers for verifying values of properties \"mapped\" from one type to another:\n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers.Mapping/)\n* [Source Code](/SparkyTestHelpers.Mapping)\n* [API documentation](/SparkyTestHelpers.Mapping/api.md)\n\n## SparkyTestHelpers.AutoMapper\nAdditional AutoMapper extension methods for SparkyTestHelpers.Mapping:\n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers.AutoMapper/)\n* [Source Code](/SparkyTestHelpers.AutoMapper)\n* [API documentation](/SparkyTestHelpers.AutoMapper/api.md)\n\n## SparkyTestHelpers.Moq\nUnit test syntax helpers for the **Moq** mocking framework:\n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers.Moq/)\n* [Source Code](/SparkyTestHelpers.Moq)\n* [API documentation](/SparkyTestHelpers.Moq/api.md)\n\n## SparkyTestHelpers.Moq.Fluent\nUnit test syntax helpers for using the **Moq** mocking framework with Fluent Assertions:\n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers.Moq.Fluent/)\n* [Source Code](/SparkyTestHelpers.Moq.Fluent)\n* [API documentation](/SparkyTestHelpers.Moq.Fluent/api.md)\n\n## SparkyTestHelpers.Populater\nTools for populating test class instance properties:\n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers.Populater/)\n* [Source Code](/SparkyTestHelpers.Populater)\n* [API documentation](/SparkyTestHelpers.Populater/api.md)\n\n## SparkyTestHelpers.Xml\nUnit test helpers for XML .config files:\n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers.Xml/)\n* [Source Code](/SparkyTestHelpers.Xml)\n* [API documentation](/SparkyTestHelpers.Xml/api.md)\n\n## SparkyTestHelpers.NonPublic\nProvides simple \"fluent\" syntax for accessing non-public methods, properties and fields from unit tests:\n* [nuget.org link](https://www.nuget.org/packages/SparkyTestHelpers.NonPublic/)\n* [Source Code](/SparkyTestHelpers.NonPublic)\n* [API documentation](/SparkyTestHelpers.NonPublic/api.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianschroer%2Fsparky-test-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianschroer%2Fsparky-test-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianschroer%2Fsparky-test-helpers/lists"}