Skip to content

Commit

Permalink
Update test coverage of Predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
Itai Ferber committed Aug 26, 2016
1 parent ba840f7 commit 7fe9fdb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Docs/Status.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ As Foundation is a work in progress, not all methods and functionality are prese

This is the base class and subclasses for `NSPredicate` and `NSExpression`.

| Entity Name | Status | Test Coverage | Notes |
|-------------------------|---------------|---------------|-------|
| `NSExpression` | Unimplemented | ? | |
| `NSComparisonPredicate` | Unimplemented | ? | |
| `NSCompoundPredicate` | Complete | ? | |
| `NSPredicate` | Unimplemented | ? | |
| Entity Name | Status | Test Coverage | Notes |
|-------------------------|---------------|---------------|------------------------------------------------------------------------------------|
| `NSExpression` | Unimplemented | N/A | |
| `NSComparisonPredicate` | Unimplemented | N/A | |
| `NSCompoundPredicate` | Complete | N/A | |
| `NSPredicate` | Incomplete | Incomplete | Only boolean and block evaluations are implemented; all else remains unimplemented |

* **Serialization**: Serialization and deserialization functionality.

Expand Down

0 comments on commit 7fe9fdb

Please sign in to comment.