mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-27 03:41:50 +01:00
* Lower priority from Proxy mappings * Fix codefactor * extra tests * #205 * Fix test for linux * `c:\temp\x.json` fix * Extra tests * more tests * more tests * codefactor * #200 * refactor * refactor * tests
This commit is contained in:
@@ -10,6 +10,16 @@ namespace WireMock.Net.Tests
|
||||
{
|
||||
private const string ClientIp = "::1";
|
||||
|
||||
[Fact]
|
||||
public void RequestMessage_Method_Should_BeSame()
|
||||
{
|
||||
// given
|
||||
var request = new RequestMessage(new UrlDetails("http://localhost/foo"), "posT", ClientIp);
|
||||
|
||||
// then
|
||||
Check.That(request.Method).IsEqualTo("posT");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void RequestMessage_ParseQuery_NoKeys()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user