FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - PGSSoft/HttpClientMock · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PGSSoft
/
HttpClientMock
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
23
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
HttpClientMock
src
on
master
User selector
Datepicker
Commit history
Commits on Feb 23, 2019
Code review fixes
padamski
committed
37f7ded
View commit details
Copy full SHA for 37f7ded
View code at this point
Browse repository at this point
Introduce HttpMethods class.
padamski
committed
ee60ddc
View commit details
Copy full SHA for ee60ddc
View code at this point
Browse repository at this point
Commits on Feb 14, 2019
Fix code review comments from Jakub Madej
padamski
committed
7d558e3
View commit details
Copy full SHA for 7d558e3
View code at this point
Browse repository at this point
Commits on Feb 9, 2019
Remove Asserts.java and replace it with one provided by JUnit 5.
padamski
committed
615a5eb
View commit details
Copy full SHA for 615a5eb
View code at this point
Browse repository at this point
Cleanup code after inspection
padamski
committed
4f62021
View commit details
Copy full SHA for 4f62021
View code at this point
Browse repository at this point
Code cleanup
padamski
committed
6f755b2
View commit details
Copy full SHA for 6f755b2
View code at this point
Browse repository at this point
Introduce UrlParamsMatcher.java
padamski
committed
b33b927
View commit details
Copy full SHA for b33b927
View code at this point
Browse repository at this point
Commits on Feb 8, 2019
Clean up
padamski
committed
5a54bd6
View commit details
Copy full SHA for 5a54bd6
View code at this point
Browse repository at this point
Clean up HttpClientMockBuilderTest.java
padamski
committed
8af7bdc
View commit details
Copy full SHA for 8af7bdc
View code at this point
Browse repository at this point
HttpResponseProxy implement missing methods.
padamski
committed
246d823
View commit details
Copy full SHA for 246d823
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
Remove unused constructor in SetBodyStringAction.java
padamski
committed
521bc05
View commit details
Copy full SHA for 521bc05
View code at this point
Browse repository at this point
Commits on Feb 5, 2019
Add charset to content type header.
padamski
committed
b3b3351
View commit details
Copy full SHA for b3b3351
View code at this point
Browse repository at this point
Refactor UrlParams
padamski
committed
15b75ea
View commit details
Copy full SHA for 15b75ea
View code at this point
Browse repository at this point
Commits on Jan 23, 2019
Simplify conditions. Replace MatchersList with simple Matcher
padamski
committed
8975bd5
View commit details
Copy full SHA for 8975bd5
View code at this point
Browse repository at this point
Change Condition interface so that it not depends on Debuger
padamski
committed
588da34
View commit details
Copy full SHA for 588da34
View code at this point
Browse repository at this point
Commits on Jan 19, 2019
Add basic support for HttpClient.sendAsync
padamski
committed
2e5ea27
View commit details
Copy full SHA for 2e5ea27
View code at this point
Browse repository at this point
Commits on Jan 18, 2019
Adjust tests
Radosław Skupnik (rskupnik)
committed
98c7215
View commit details
Copy full SHA for 98c7215
View code at this point
Browse repository at this point
Use empty bytes when null body provided
Radosław Skupnik (rskupnik)
committed
65d7c78
View commit details
Copy full SHA for 65d7c78
View code at this point
Browse repository at this point
Integrate charset with MockedServerResponse
Radosław Skupnik (rskupnik)
committed
e6a9abe
View commit details
Copy full SHA for e6a9abe
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/BodyHandlersReview' into develop
Radosław Skupnik (rskupnik)
committed
ff1a268
View commit details
Copy full SHA for ff1a268
View code at this point
Browse repository at this point
Introduce MockedServerResponse
padamski
committed
33d389f
View commit details
Copy full SHA for 33d389f
View code at this point
Browse repository at this point
Commits on Jan 17, 2019
Add a fail-check test for charsets
Radosław Skupnik (rskupnik)
committed
a10a0bf
View commit details
Copy full SHA for a10a0bf
View code at this point
Browse repository at this point
Remove charset from UrlParams
Radosław Skupnik (rskupnik)
committed
ac2734c
View commit details
Copy full SHA for ac2734c
View code at this point
Browse repository at this point
Add a charset test
Radosław Skupnik (rskupnik)
committed
1477403
View commit details
Copy full SHA for 1477403
View code at this point
Browse repository at this point
Support Charset in doReturn() methods
Radosław Skupnik (rskupnik)
committed
25419e2
View commit details
Copy full SHA for 25419e2
View code at this point
Browse repository at this point
Add a test for InputStream transformation
Radosław Skupnik (rskupnik)
committed
acb4265
View commit details
Copy full SHA for acb4265
View code at this point
Browse repository at this point
Commits on Jan 16, 2019
Add a test for the body handler
Radosław Skupnik (rskupnik)
committed
f80508d
View commit details
Copy full SHA for f80508d
View code at this point
Browse repository at this point
A bit dirty fix for transforming the response body according to the body handler
Radosław Skupnik (rskupnik)
committed
d875ea9
View commit details
Copy full SHA for d875ea9
View code at this point
Browse repository at this point
Rename Rule.next() to Rule.produceResponse()
Radosław Skupnik (rskupnik)
committed
da36586
View commit details
Copy full SHA for da36586
View code at this point
Browse repository at this point
Use the stored bytes to pass them to the BodyHandler
Radosław Skupnik (rskupnik)
committed
a97759f
View commit details
Copy full SHA for a97759f
View code at this point
Browse repository at this point
Set bytes when setting a String body
Radosław Skupnik (rskupnik)
committed
a69c668
View commit details
Copy full SHA for a69c668
View code at this point
Browse repository at this point
Make Proxy able to hold the raw bytes of the body
Radosław Skupnik (rskupnik)
committed
2cde8c5
View commit details
Copy full SHA for 2cde8c5
View code at this point
Browse repository at this point
Adjust remaining tests
Radosław Skupnik (rskupnik)
committed
c9d9054
View commit details
Copy full SHA for c9d9054
View code at this point
Browse repository at this point
Commits on Jan 15, 2019
Adjust the tests (WIP)
Radosław Skupnik (rskupnik)
committed
165871b
View commit details
Copy full SHA for 165871b
View code at this point
Browse repository at this point
Throw exception when no rule was found
Radosław Skupnik (rskupnik)
committed
bd25d48
View commit details
Copy full SHA for bd25d48
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL