Ross ROSS = Recommend OSS · open-source software intelligence for agents

specta/expecta

A Matcher Framework for Objective-C/Cocoa observed · 2026-08-28

github.com/specta/expecta · Objective-C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5597
  • days_rel: n/a
  • days_push: 868
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1583 stars · 156 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Expecta is a matcher (assertion) framework for Objective-C and Cocoa that provides a readable, type-agnostic expect() syntax for test assertions. It is framework-agnostic and works with XCTest and compatible test frameworks such as Specta and Kiwi.

Use cases

  • write readable assertions in Objective-C unit tests
  • assert equality without specifying data types
  • test whether code blocks raise exceptions
  • check collection contents, counts, and emptiness in tests
  • compare numbers with range and closeness matchers
  • use expressive matchers alongside XCTest or Specta

When to choose

  • you are writing Objective-C/Cocoa tests and want readable, type-agnostic assertions
  • you use Specta, Kiwi, or XCTest and want a richer matcher syntax
  • you prefer expect(x).to.equal(y) style over verbose XCTest assertions

When to avoid

  • you are writing tests in Swift with native XCTest expectations
  • your project targets only modern Swift-first testing workflows
  • you need a matcher framework with active ongoing development

Facets

library · maturity maintenance

testing e2e-testing testing developer-tools cross-platform objective-c cocoa matcher-framework assertions xctest unit-testing macos ios

1 source

Member repositories

RepositoryRoleHealth v2
specta/expectamain23

For agents

markdown · JSON · MCP: product_card(name="specta/expecta")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem