{"id":21055289,"url":"https://github.com/quintsys/nunit.extensions","last_synced_at":"2026-01-31T00:40:59.848Z","repository":{"id":17017196,"uuid":"19781152","full_name":"quintsys/NUnit.Extensions","owner":"quintsys","description":"Extensions for NUnit testing framework.","archived":false,"fork":false,"pushed_at":"2014-05-14T17:05:38.000Z","size":252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T04:37:26.752Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quintsys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-14T13:50:07.000Z","updated_at":"2014-05-14T17:05:39.000Z","dependencies_parsed_at":"2022-09-24T12:12:19.001Z","dependency_job_id":null,"html_url":"https://github.com/quintsys/NUnit.Extensions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quintsys%2FNUnit.Extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quintsys%2FNUnit.Extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quintsys%2FNUnit.Extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quintsys%2FNUnit.Extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quintsys","download_url":"https://codeload.github.com/quintsys/NUnit.Extensions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500772,"owners_count":20300770,"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":[],"created_at":"2024-11-19T16:42:51.685Z","updated_at":"2026-01-31T00:40:59.795Z","avatar_url":"https://github.com/quintsys.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Quintsys.NUnit.Extensions\n========================\n\nExtensions for NUnit testing framework.\n\n\nInstallation\n------------\n\nTo install Quintsys.NUnit.Extensions, run the following command in the Package Manager Console:\n\n    PM\u003e Install-Package Quintsys.NUnit.Extensions\n\n\nUsage\n-----\n\n```\n\n        using NUnit.Framework;\n        using Quintsys.NUnit.Extensions;\n        \n        private readonly LoginViewModel _loginViewModel = new LoginViewModel();\n\n        \n        [Test]\n        public void UserName_Should_Be_Required()\n        {\n            _loginViewModel.ShouldHave(expression: x =\u003e x.UserName, \n                attributes: typeof (RequiredAttribute));\n        }\n        \n        [Test]\n        public void UserName_Should_Have_A_Maximum_Length_Of_256_Characters()\n        {\n            _loginViewModel.ShouldHave(expression: x =\u003e x.UserName, \n                defaultArgumentValue: 256,\n                attributes: typeof (StringLengthAttribute));\n        }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquintsys%2Fnunit.extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquintsys%2Fnunit.extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquintsys%2Fnunit.extensions/lists"}