{"id":20923511,"url":"https://github.com/exortek/csharp-unit-test-classlvl","last_synced_at":"2026-04-21T22:02:30.170Z","repository":{"id":186358242,"uuid":"395581658","full_name":"ExorTek/csharp-unit-test-classlvl","owner":"ExorTek","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-13T12:42:02.000Z","size":1126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-01T11:00:31.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExorTek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-08-13T08:50:55.000Z","updated_at":"2021-08-13T12:42:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"971605f0-c882-4b85-9f42-7f55b9231f06","html_url":"https://github.com/ExorTek/csharp-unit-test-classlvl","commit_stats":null,"previous_names":["exortek/csharp-unit-test-classlvl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ExorTek/csharp-unit-test-classlvl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fcsharp-unit-test-classlvl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fcsharp-unit-test-classlvl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fcsharp-unit-test-classlvl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fcsharp-unit-test-classlvl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExorTek","download_url":"https://codeload.github.com/ExorTek/csharp-unit-test-classlvl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fcsharp-unit-test-classlvl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32112030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-18T20:16:10.332Z","updated_at":"2026-04-21T22:02:30.147Z","avatar_url":"https://github.com/ExorTek.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unit Test\n## Class Level\n```csharp\n    [TestClass]\n    public class CartTest\n    {\n        [ClassInitialize]\n        public static void ClassInitialize(TestContext context)\n        {\n            //Arrange\n        }\n\n        [ClassCleanup]\n        public static void ClassCleanup()\n        {\n          //ClearMeth\n        }\n        [TestMethod]\n        public void AddMethod()\n        {\n            //Act\n            //Assert\n        }\n```\n\u003cimg src=\"class-lvl.png\" align=\"center\" style=\"width: 100%\" /\u003e\n\n- [Documentation 1](https://docs.microsoft.com/en-us/visualstudio/test/unit-test-basics?view=vs-2019)\n- [Documentation 2](https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2013/ms245248(v=vs.120))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexortek%2Fcsharp-unit-test-classlvl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexortek%2Fcsharp-unit-test-classlvl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexortek%2Fcsharp-unit-test-classlvl/lists"}