{"id":15683263,"url":"https://github.com/417-72ki/parameterizedtestutil","last_synced_at":"2025-03-30T10:28:06.992Z","repository":{"id":40313212,"uuid":"227500104","full_name":"417-72KI/ParameterizedTestUtil","owner":"417-72KI","description":"Helps parameterized test in Swift","archived":false,"fork":false,"pushed_at":"2022-06-27T00:27:55.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-05T12:23:48.780Z","etag":null,"topics":["parameterized-tests","swift","swiftpackagemanager","testing-tools"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/417-72KI.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":"2019-12-12T02:09:08.000Z","updated_at":"2022-04-29T04:48:09.000Z","dependencies_parsed_at":"2022-06-28T23:30:34.489Z","dependency_job_id":null,"html_url":"https://github.com/417-72KI/ParameterizedTestUtil","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/417-72KI%2FParameterizedTestUtil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/417-72KI%2FParameterizedTestUtil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/417-72KI%2FParameterizedTestUtil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/417-72KI%2FParameterizedTestUtil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/417-72KI","download_url":"https://codeload.github.com/417-72KI/ParameterizedTestUtil/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246306062,"owners_count":20756217,"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":["parameterized-tests","swift","swiftpackagemanager","testing-tools"],"created_at":"2024-10-03T17:03:54.179Z","updated_at":"2025-03-30T10:28:06.970Z","avatar_url":"https://github.com/417-72KI.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ParameterizedTestUtil\n[![Build Status](https://travis-ci.com/417-72KI/ParameterizedTestUtil.svg?branch=master)](https://travis-ci.com/417-72KI/ParameterizedTestUtil)\n[![GitHub release](https://img.shields.io/github/release/417-72KI/ParameterizedTestUtil/all.svg)](https://github.com/417-72KI/ParameterizedTestUtil/releases)\n[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/417-72KI/ParameterizedTestUtil/master/LICENSE)\n\nHelps parameterized test in Swift\n\n## Install\n### Swift Package Manager\n```swift: Package.swift\n.package(url: \"https://github.com/417-72KI/ParameterizedTestUtil.git\", .upToNextMajor(from: \"1.0.0\"))\n```\n\n### CocoaPods\nTODO: Future support\n\n## Usage:\n```swift\nrunAll(\n    expect(Int(\"1\"), equals: 1), // means `XCTAssertEqual(Int(\"1\"), 1)`\n    expect(Double.pi, moreThan: 3.14), // means `XCTAssertTrue(Double.pi \u003e 3.14)`\n    expect(Double.pi, lessThan: 3.15), // means `XCTAssertTrue(Double.pi \u003c 3.15)`\n    expect(Bool(\"true\")!, is: true) // means `XCTAssertTrue(Bool(\"true\")!)`\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F417-72ki%2Fparameterizedtestutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F417-72ki%2Fparameterizedtestutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F417-72ki%2Fparameterizedtestutil/lists"}