Summary

Class:WireMock.RequestBuilders.Request
Assembly:WireMock.Net
File(s):C:\Users\StefHeyenrath\Documents\GitHub\WireMock.Net\src\WireMock.Net\RequestBuilders\Request.cs
Covered lines:208
Uncovered lines:6
Coverable lines:214
Total lines:0
Line coverage:97.1%
Branch coverage:100%

Metrics

MethodCyclomatic complexity NPath complexity Sequence coverage Branch coverage
Create()0010
GetRequestMessageMatchers()0011
GetRequestMessageMatcher()0011
WithClientIP(...)0010
WithClientIP(...)0010
WithClientIP(...)0010
WithClientIP(...)0010
WithPath(...)0010
WithPath(...)0010
WithPath(...)0010
WithPath(...)0010
WithUrl(...)0010
WithUrl(...)0010
WithUrl(...)0010
WithUrl(...)0010
UsingDelete(...)0010
UsingGet(...)0010
UsingHead(...)0010
UsingPost(...)0010
UsingPatch(...)0010
UsingPut(...)0010
UsingAnyMethod()0011
UsingAnyVerb()0000
UsingMethod(...)0010
UsingVerb(...)0000
UsingMethod(...)0010
WithBody(...)0010
WithBody(...)0010
WithBody(...)0010
WithBody(...)0010
WithBody(...)0010
WithBody(...)0010
WithBody(...)0010
WithParam(...)0010
WithParam(...)0010
WithParam(...)0010
WithParam(...)0010
WithParam(...)0010
WithParam(...)0010
WithHeader(...)0010
WithHeader(...)0010
WithHeader(...)0010
WithHeader(...)0010
WithHeader(...)0010
WithHeader(...)0010
WithCookie(...)0010
WithCookie(...)0010
WithCookie(...)0010
.ctor(...)0010

File(s)

C:\Users\StefHeyenrath\Documents\GitHub\WireMock.Net\src\WireMock.Net\RequestBuilders\Request.cs

File 'C:\Users\StefHeyenrath\Documents\GitHub\WireMock.Net\src\WireMock.Net\RequestBuilders\Request.cs' does not exist (any more).

Methods/Properties

Create()
.ctor(System.Collections.Generic.IList`1<WireMock.Matchers.Request.IRequestMatcher>)
GetRequestMessageMatchers()
GetRequestMessageMatcher()
WithClientIP(WireMock.Matchers.IStringMatcher[])
WithClientIP(System.String[])
WithClientIP(WireMock.Matchers.MatchBehaviour,System.String[])
WithClientIP(System.Func`2<System.String,System.Boolean>[])
WithPath(WireMock.Matchers.IStringMatcher[])
WithPath(System.String[])
WithPath(WireMock.Matchers.MatchBehaviour,System.String[])
WithPath(System.Func`2<System.String,System.Boolean>[])
WithUrl(WireMock.Matchers.IStringMatcher[])
WithUrl(System.String[])
WithUrl(WireMock.Matchers.MatchBehaviour,System.String[])
WithUrl(System.Func`2<System.String,System.Boolean>[])
UsingDelete(WireMock.Matchers.MatchBehaviour)
UsingGet(WireMock.Matchers.MatchBehaviour)
UsingHead(WireMock.Matchers.MatchBehaviour)
UsingPost(WireMock.Matchers.MatchBehaviour)
UsingPatch(WireMock.Matchers.MatchBehaviour)
UsingPut(WireMock.Matchers.MatchBehaviour)
UsingAnyMethod()
UsingAnyVerb()
UsingMethod(System.String[])
UsingVerb(System.String[])
UsingMethod(WireMock.Matchers.MatchBehaviour,System.String[])
WithBody(System.String,WireMock.Matchers.MatchBehaviour)
WithBody(System.Byte[],WireMock.Matchers.MatchBehaviour)
WithBody(System.Object,WireMock.Matchers.MatchBehaviour)
WithBody(WireMock.Matchers.IMatcher)
WithBody(System.Func`2<System.String,System.Boolean>)
WithBody(System.Func`2<System.Byte[],System.Boolean>)
WithBody(System.Func`2<System.Object,System.Boolean>)
WithParam(System.String,WireMock.Matchers.MatchBehaviour)
WithParam(System.String,System.String[])
WithParam(System.String,WireMock.Matchers.IStringMatcher[])
WithParam(System.String,WireMock.Matchers.MatchBehaviour,System.String[])
WithParam(System.String,WireMock.Matchers.MatchBehaviour,WireMock.Matchers.IStringMatcher[])
WithParam(System.Func`2<System.Collections.Generic.IDictionary`2<System.String,WireMock.Util.WireMockList`1<System.String>>,System.Boolean>[])
WithHeader(System.String,System.String,WireMock.Matchers.MatchBehaviour)
WithHeader(System.String,System.String,System.Boolean,WireMock.Matchers.MatchBehaviour)
WithHeader(System.String,System.String[],WireMock.Matchers.MatchBehaviour)
WithHeader(System.String,System.String[],System.Boolean,WireMock.Matchers.MatchBehaviour)
WithHeader(System.String,WireMock.Matchers.IStringMatcher[])
WithHeader(System.Func`2<System.Collections.Generic.IDictionary`2<System.String,System.String[]>,System.Boolean>[])
WithCookie(System.String,System.String,System.Boolean,WireMock.Matchers.MatchBehaviour)
WithCookie(System.String,WireMock.Matchers.IStringMatcher[])
WithCookie(System.Func`2<System.Collections.Generic.IDictionary`2<System.String,System.String>,System.Boolean>[])