Skip to content

Commit b3db45d

Browse files
author
Itai Ferber
committed
Update Formatter test coverage
1 parent 4677ef6 commit b3db45d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Docs/Status.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@ As Foundation is a work in progress, not all methods and functionality are prese
7474

7575
| Entity Name | Status | Test Coverage | Notes |
7676
|---------------------------------|-----------------|---------------|-------------------------------------------------------------------------------------------|
77-
| `DateComponentFormatter` | Unimplemented | ? | |
78-
| `DateIntervalFormatter` | Unimplemented | ? | |
79-
| `EnergyFormatter` | Unimplemented | ? | |
80-
| `LengthFormatter` | Unimplemented | ? | |
81-
| `MassFormatter` | Unimplemented | ? | |
82-
| `NumberFormatter` | Mostly Complete | ? | `objectValue(_:range:)` remains unimplemented |
83-
| `PersonNameComponentsFormatter` | Unimplemented | ? | |
84-
| `ByteCountFormatter` | Unimplemented | ? | |
85-
| `DateFormatter` | Mostly Complete | ? | `objectValue(_:range:)` and `setLocalizedDateFormatFromTemplate(_:)` remain unimplemented |
86-
| `Formatter` | Complete | ? | |
87-
| `MeasurementFormatter` | Unimplemented | ? | |
77+
| `DateComponentFormatter` | Unimplemented | None | |
78+
| `DateIntervalFormatter` | Unimplemented | None | |
79+
| `EnergyFormatter` | Unimplemented | None | |
80+
| `LengthFormatter` | Unimplemented | None | |
81+
| `MassFormatter` | Unimplemented | None | |
82+
| `NumberFormatter` | Mostly Complete | Substantial | `objectValue(_:range:)` remains unimplemented |
83+
| `PersonNameComponentsFormatter` | Unimplemented | None | |
84+
| `ByteCountFormatter` | Unimplemented | Incomplete | |
85+
| `DateFormatter` | Mostly Complete | Incomplete | `objectValue(_:range:)` and `setLocalizedDateFormatFromTemplate(_:)` remain unimplemented |
86+
| `Formatter` | Complete | N/A | |
87+
| `MeasurementFormatter` | Unimplemented | None | |
8888

8989
* **Predicates**: Base functionality for building queries.
9090

0 commit comments

Comments
 (0)