Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemyslaw-Wosko authored Aug 27, 2017
1 parent 6c0ec80 commit 2c1b38e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,17 @@ For now there is a way to autogenerate mocks, you just need to create mock file,

## Roadmap

[x] stubbibg protocols in elegant way
[x] template for generating mocks
[x] example project
[ ] method signature generation without name conflicts
[x] stubbing protocols with variables ( for now, IUO and Optional types are supported)
[ ] refactor .swifttemplate to .stencil template, to improve performance of generation
[ ] cover 95% of framework codebase with unit tests
[ ] add unit tests for template
[ ] support for tvOS, Linux and MacOS
[ ] Swift Package Manager support
[ ] Carthage support
- [x] stubbibg protocols in elegant way
- [x] template for generating mocks
- [x] example project
- [x] stubbing protocols with variables ( for now, IUO and Optional types are supported)
- [ ] method signature generation without name conflicts
- [ ] cover 95% of framework codebase with unit tests
- [ ] refactor .swifttemplate to .stencil template, to improve performance of generation
- [ ] add unit tests for template
- [ ] support for tvOS, Linux and MacOS
- [ ] Swift Package Manager support
- [ ] Carthage support

## Example

Expand Down

0 comments on commit 2c1b38e

Please sign in to comment.