mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-28 03:37:45 +02:00
NET Core 2.1 + support for Service Fabric commandline parameters (#209)
* netcore 2.1 * SimpleCommandLineParserTests * tests * SimpleCommandLineParserTests * test report * AspNetCoreSelfHost * Fixed Resharper warnings * tests * . * ResponseWithProxyTests ResponseWithProxyTests * postmanecho
This commit is contained in:
@@ -352,7 +352,7 @@ var assemblies = [
|
||||
{ "name": "WireMock.Logging.LogEntry", "reportPath": "WireMock.Net_LogEntry.htm", "coveredLines": 6, "uncoveredLines": 0, "coverableLines": 6, "totalLines": 59, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 0, "totalBranches": 0, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Logging.WireMockConsoleLogger", "reportPath": "WireMock.Net_WireMockConsoleLogger.htm", "coveredLines": 0, "uncoveredLines": 24, "coverableLines": 24, "totalLines": 59, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 0, "totalBranches": 2, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Logging.WireMockNullLogger", "reportPath": "WireMock.Net_WireMockNullLogger.htm", "coveredLines": 8, "uncoveredLines": 2, "coverableLines": 10, "totalLines": 41, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 0, "totalBranches": 0, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Mapping", "reportPath": "WireMock.Net_Mapping.htm", "coveredLines": 36, "uncoveredLines": 0, "coverableLines": 36, "totalLines": 138, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 13, "totalBranches": 14, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Mapping", "reportPath": "WireMock.Net_Mapping.htm", "coveredLines": 36, "uncoveredLines": 0, "coverableLines": 36, "totalLines": 105, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 13, "totalBranches": 14, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Matchers.ExactMatcher", "reportPath": "WireMock.Net_ExactMatcher.htm", "coveredLines": 17, "uncoveredLines": 0, "coverableLines": 17, "totalLines": 54, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 0, "totalBranches": 0, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Matchers.ExactObjectMatcher", "reportPath": "WireMock.Net_ExactObjectMatcher.htm", "coveredLines": 24, "uncoveredLines": 0, "coverableLines": 24, "totalLines": 71, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 2, "totalBranches": 2, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Matchers.JsonMatcher", "reportPath": "WireMock.Net_JsonMatcher.htm", "coveredLines": 37, "uncoveredLines": 5, "coverableLines": 42, "totalLines": 105, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 10, "totalBranches": 12, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
@@ -376,12 +376,12 @@ var assemblies = [
|
||||
{ "name": "WireMock.Matchers.WildcardMatcher", "reportPath": "WireMock.Net_WildcardMatcher.htm", "coveredLines": 17, "uncoveredLines": 0, "coverableLines": 17, "totalLines": 63, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 2, "totalBranches": 2, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Matchers.XPathMatcher", "reportPath": "WireMock.Net_XPathMatcher.htm", "coveredLines": 25, "uncoveredLines": 3, "coverableLines": 28, "totalLines": 77, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 2, "totalBranches": 2, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Models.UrlDetails", "reportPath": "WireMock.Net_UrlDetails.htm", "coveredLines": 15, "uncoveredLines": 0, "coverableLines": 15, "totalLines": 51, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 0, "totalBranches": 0, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Owin.AspNetCoreSelfHost", "reportPath": "WireMock.Net_AspNetCoreSelfHost.htm", "coveredLines": 88, "uncoveredLines": 5, "coverableLines": 93, "totalLines": 157, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 3, "totalBranches": 4, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Owin.AspNetCoreSelfHost", "reportPath": "WireMock.Net_AspNetCoreSelfHost.htm", "coveredLines": 83, "uncoveredLines": 7, "coverableLines": 90, "totalLines": 159, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 3, "totalBranches": 4, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Owin.GlobalExceptionMiddleware", "reportPath": "WireMock.Net_GlobalExceptionMiddleware.htm", "coveredLines": 17, "uncoveredLines": 5, "coverableLines": 22, "totalLines": 71, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 7, "totalBranches": 12, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Owin.Mappers.OwinRequestMapper", "reportPath": "WireMock.Net_OwinRequestMapper.htm", "coveredLines": 32, "uncoveredLines": 7, "coverableLines": 39, "totalLines": 89, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 10, "totalBranches": 16, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Owin.Mappers.OwinResponseMapper", "reportPath": "WireMock.Net_OwinResponseMapper.htm", "coveredLines": 44, "uncoveredLines": 3, "coverableLines": 47, "totalLines": 100, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 20, "totalBranches": 26, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Owin.MappingMatcher", "reportPath": "WireMock.Net_MappingMatcher.htm", "coveredLines": 28, "uncoveredLines": 0, "coverableLines": 28, "totalLines": 50, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 20, "totalBranches": 22, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Owin.WireMockMiddleware", "reportPath": "WireMock.Net_WireMockMiddleware.htm", "coveredLines": 101, "uncoveredLines": 6, "coverableLines": 107, "totalLines": 187, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 57, "totalBranches": 66, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Owin.MappingMatcher", "reportPath": "WireMock.Net_MappingMatcher.htm", "coveredLines": 27, "uncoveredLines": 0, "coverableLines": 27, "totalLines": 48, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 20, "totalBranches": 22, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Owin.WireMockMiddleware", "reportPath": "WireMock.Net_WireMockMiddleware.htm", "coveredLines": 102, "uncoveredLines": 6, "coverableLines": 108, "totalLines": 188, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 57, "totalBranches": 66, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Owin.WireMockMiddlewareOptions", "reportPath": "WireMock.Net_WireMockMiddlewareOptions.htm", "coveredLines": 11, "uncoveredLines": 0, "coverableLines": 11, "totalLines": 39, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 0, "totalBranches": 0, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.RequestBuilders.Request", "reportPath": "WireMock.Net_Request.htm", "coveredLines": 208, "uncoveredLines": 6, "coverableLines": 214, "totalLines": 418, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 8, "totalBranches": 8, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.RequestMessage", "reportPath": "WireMock.Net_RequestMessage.htm", "coveredLines": 81, "uncoveredLines": 0, "coverableLines": 81, "totalLines": 212, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 23, "totalBranches": 24, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
@@ -395,7 +395,7 @@ var assemblies = [
|
||||
{ "name": "WireMock.Serialization.LogEntryMapper", "reportPath": "WireMock.Net_LogEntryMapper.htm", "coveredLines": 60, "uncoveredLines": 0, "coverableLines": 60, "totalLines": 72, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 7, "totalBranches": 8, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Serialization.MappingConverter", "reportPath": "WireMock.Net_MappingConverter.htm", "coveredLines": 87, "uncoveredLines": 29, "coverableLines": 116, "totalLines": 142, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 34, "totalBranches": 70, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Serialization.MatcherMapper", "reportPath": "WireMock.Net_MatcherMapper.htm", "coveredLines": 43, "uncoveredLines": 3, "coverableLines": 46, "totalLines": 96, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 59, "totalBranches": 68, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Server.FluentMockServer", "reportPath": "WireMock.Net_FluentMockServer.htm", "coveredLines": 397, "uncoveredLines": 339, "coverableLines": 736, "totalLines": 1316, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 133, "totalBranches": 244, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Server.FluentMockServer", "reportPath": "WireMock.Net_FluentMockServer.htm", "coveredLines": 392, "uncoveredLines": 344, "coverableLines": 736, "totalLines": 1317, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 130, "totalBranches": 244, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Server.RespondWithAProvider", "reportPath": "WireMock.Net_RespondWithAProvider.htm", "coveredLines": 42, "uncoveredLines": 4, "coverableLines": 46, "totalLines": 115, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 2, "totalBranches": 4, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Settings.FluentMockServerSettings", "reportPath": "WireMock.Net_FluentMockServerSettings.htm", "coveredLines": 17, "uncoveredLines": 0, "coverableLines": 17, "totalLines": 87, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 0, "totalBranches": 0, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Settings.ProxyAndRecordSettings", "reportPath": "WireMock.Net_ProxyAndRecordSettings.htm", "coveredLines": 5, "uncoveredLines": 0, "coverableLines": 5, "totalLines": 30, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 0, "totalBranches": 0, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
@@ -421,7 +421,7 @@ var assemblies = [
|
||||
{
|
||||
"name": "WireMock.Net.StandAlone",
|
||||
"classes": [
|
||||
{ "name": "WireMock.Net.StandAlone.SimpleCommandLineParser", "reportPath": "WireMock.Net.StandAlone_SimpleCommandLineParser.htm", "coveredLines": 0, "uncoveredLines": 54, "coverableLines": 54, "totalLines": 83, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 0, "totalBranches": 14, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Net.StandAlone.SimpleCommandLineParser", "reportPath": "WireMock.Net.StandAlone_SimpleCommandLineParser.htm", "coveredLines": 66, "uncoveredLines": 6, "coverableLines": 72, "totalLines": 115, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 17, "totalBranches": 20, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
{ "name": "WireMock.Net.StandAlone.StandAloneApp", "reportPath": "WireMock.Net.StandAlone_StandAloneApp.htm", "coveredLines": 0, "uncoveredLines": 48, "coverableLines": 48, "totalLines": 90, "coverageType": "LineCoverage", "methodCoverage": "-", "coveredBranches": 0, "totalBranches": 8, "lineCoverageHistory": [], "branchCoverageHistory": [] },
|
||||
]},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user