Mockinizer Versions Save

An okhttp / retrofit api call mocking library

1.6.0

4 years ago

New in 1.6.0:

#28 Regression from 1.4.0: Requests with query parameters don't succeed anymore (bug)

1.5.0

4 years ago

New in 1.5.0:

#25 Simultaneous queries can lead to the wrong responses (bug) #24 Mockinizer headers are added several times (bug)

1.4.0

4 years ago

New in 1.4.0:

#22 Set headers default value to null in RequestFilter (enhancement)

1.3.0

4 years ago

New in 1.3.0:

#20 Mockinizer not working with UI Tests using OkHttpIdlingResourceRule (bug)

1.2.0

4 years ago

New in 1.2.0:

#16 Allow mocking without having to specify a body (enhancement) #17 Fix setting of mockserver port in buildconfig (bug)

1.1.0

4 years ago

New in 1.1.0:

#13 Improve mock request unit test assertions (enhancement) #11 Add androidTests to assert that mockinizer works fine in Android emulators (enhancement) #8 Add Http Headers option param to RequestFilter data class (enhancement) #7 Add Request method (GET/POST/etc.) option param to RequestFilter data class (enhancement)

1.0.0

4 years ago

Changes in 1.0.0

  • PR #5 Issue/4 Add "server" http header to mock response

0.9.3

4 years ago

Changes:

0.9.2

4 years ago

fixes running junit5 tests from command line

0.9.1

4 years ago

fixes ./gradlew test build failures