mod_interface 0.62.0

Protocol of modularity unifying interface of a module and introducing layers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# tests/docs

Specification coverage tests for `docs/` doc instances of the `mod_interface` crate.

## Scope

One test spec file per doc instance in `docs/feature/`, `docs/invariant/`, and `docs/api/`.
Each file enumerates the verifiable claims in its corresponding doc instance and maps each
claim to the test(s) that exercise it.

## File Responsibility Table

| Entry | Responsibility |
|-------|----------------|
| `feature/` | Test specs for `docs/feature/` instances |
| `invariant/` | Test specs for `docs/invariant/` instances |
| `api/` | Test specs for `docs/api/` instances |