issues
search
hibri
/
HttpMock
A library for creating Http servers on the fly in tests and stubbing responses
MIT License
128
stars
44
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump log4net
#111
hibri
closed
3 years ago
0
Bump log4net from 2.0.8 to 2.0.10 in /src/HttpMock.Integration.Tests
#110
dependabot[bot]
closed
3 years ago
1
Bump log4net from 2.0.8 to 2.0.10 in /src/HttpMock.Logging.Log4Net
#109
dependabot[bot]
closed
3 years ago
1
Target net standard
#108
MelbourneDeveloper
closed
2 years ago
2
Is this library supported for Xamarin.iOS?
#107
lieuchew
closed
4 years ago
3
Requesthandler.LastRequest does not return the last request
#106
hibri
closed
5 years ago
1
Fix LastRequest to return latest request
#105
neiesc
closed
5 years ago
0
We could use the AAA Pattern
#104
neiesc
closed
5 years ago
4
The LastRequest is don't return the latest request
#103
neiesc
closed
5 years ago
3
Get Body from the post and put method
#102
neiesc
closed
5 years ago
7
uprade Nunit and add the test adapter
#101
hibri
closed
5 years ago
0
Using "/api" in base url does not work
#100
cross-apps
closed
5 years ago
4
Add new type handler
#99
malves
closed
5 years ago
3
Content-Type is always text/plain
#98
malves
closed
6 years ago
1
HttpServer.IsAvailable slows down testing
#97
stigc
closed
5 years ago
1
How do I close / dispose the HttpMockRepository ?
#96
stigc
closed
6 years ago
2
Require proxy authentication
#95
wilversings
closed
6 years ago
2
Response delay
#94
wilversings
closed
6 years ago
6
#92 Fixed a bug in URLs containing regular expression reserved characters
#93
rubms
closed
6 years ago
3
URL matching with URLs containing regex reserved characters fail
#92
rubms
closed
6 years ago
0
Request handler invokes 2 times
#91
kos811
opened
6 years ago
6
Ignore Headers when Matching
#90
jonfinerty
closed
6 years ago
6
Upgrade nunit 3.9.0
#89
hibri
closed
6 years ago
0
made OK, WithStatus and NotFound on stub to return IRequestVerify
#88
kesot
closed
6 years ago
10
return IRequestVerify at the end of fluent api
#87
kesot
closed
6 years ago
0
Parallel execution of scenarios with HttpMocks
#86
pratishek
closed
7 years ago
4
Added byte array overload to Return method and added test
#85
tumbledwyer
closed
7 years ago
1
Update README.md
#84
jozefizso
closed
7 years ago
1
Hi ,Could any body explain the difference between WebClient,HttpWebRequest.
#83
vasavisoma123
closed
7 years ago
1
.Net Framework support Issue
#82
vkmasters
closed
6 years ago
1
How to use HTTP Mock for the url containing query string?
#81
vinnakotars
closed
7 years ago
3
How can we mock response along with headers ?
#80
vkmasters
closed
7 years ago
2
new WebClient().UploadString(("http://localhost:8080/api/v1/documents"), StudyId);
#79
vasavisoma123
closed
7 years ago
8
Integrate Log4net split changes
#78
hibri
closed
7 years ago
0
Assert.That(requestBody, Is.EqualTo(expected)); getting NullReference Exception in this line.
#77
vasavisoma123
closed
7 years ago
4
How to mock post request for uploading a 20MB document..
#76
vasavisoma123
closed
7 years ago
1
Getting NullReferenceException at httpserver.AssertWasCalled(x=>x.Get("/Hello") line
#75
vasavisoma123
closed
7 years ago
1
Request to put an example of how to mock POST request which contains BODY
#74
vinnakotars
closed
6 years ago
4
Kayak server not listening yet
#73
marekstachura
closed
7 years ago
2
Support matching requests using headers
#72
adamreeve
closed
7 years ago
4
Support matching on request headers
#71
adamreeve
closed
7 years ago
1
Removed log4net dependency
#70
zhdusurfin
closed
7 years ago
8
Remove obsolete overload
#69
hibri
closed
7 years ago
0
WithNewContext baseUri not being used
#68
karlomedallo
closed
7 years ago
1
Split out verifications into own lib, to remove NUnit dependency
#67
hibri
closed
7 years ago
1
Some thread seems to be running after test ends
#66
ghost
closed
7 years ago
3
New method GetRequestAt added to RequestHandler class
#65
adarsh-angadi
closed
7 years ago
3
RequestHandler getBody() when multiple requests have been handled
#64
dwpoulos
closed
7 years ago
1
Assembly does not have a strong name.
#63
netchkin
closed
7 years ago
2
Remove dependency on Log4Net and replace with Common.Logging
#62
jcornell
closed
7 years ago
1
Next