{"id":20923512,"url":"https://github.com/exortek/csharp-unit-test-assemblylvl","last_synced_at":"2026-04-10T21:16:00.719Z","repository":{"id":186358243,"uuid":"395618197","full_name":"ExorTek/csharp-unit-test-assemblylvl","owner":"ExorTek","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-13T12:37:48.000Z","size":1181,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T20:17:12.490Z","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-13T10:50:21.000Z","updated_at":"2021-08-13T12:37:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f15fbf3-0bab-4359-b58c-aae010447901","html_url":"https://github.com/ExorTek/csharp-unit-test-assemblylvl","commit_stats":null,"previous_names":["exortek/csharp-unit-test-assemblylvl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fcsharp-unit-test-assemblylvl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fcsharp-unit-test-assemblylvl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fcsharp-unit-test-assemblylvl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExorTek%2Fcsharp-unit-test-assemblylvl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExorTek","download_url":"https://codeload.github.com/ExorTek/csharp-unit-test-assemblylvl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243318747,"owners_count":20272137,"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-18T20:16:10.487Z","updated_at":"2025-12-28T01:14:25.372Z","avatar_url":"https://github.com/ExorTek.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unit Test\n## Assembly Level\n```csharp\n    [TestClass]\n    public class UnitTest\n    {\n        [AssemblyInitialize]\n        public static void AssemblyInitialize(TestContext context)\n        {\n            Debug.WriteLine(\"Running AssemblyInitialize\");\n        }\n        [AssemblyCleanup]\n        public static void AssemblyCleanup()\n        {\n            Debug.WriteLine(\"Running AssemblyCleanup\");\n        }\n        [TestMethod]\n        public void TestMethod()\n        {\n            Debug.WriteLine(\"Running TestMethod\");\n        }\n      }\n```\n        \n\u003cimg src=\"assembly-lvl.png\" align=\"center\" style=\"width: 100%\" /\u003e\n\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-2008/ms245278(v=vs.90))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexortek%2Fcsharp-unit-test-assemblylvl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexortek%2Fcsharp-unit-test-assemblylvl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexortek%2Fcsharp-unit-test-assemblylvl/lists"}