Stef Heyenrath
6e45255c9e
Dynamic response handlebars templating (2) ( #273 )
...
* Dynamic response files using Handlebars templating
(#270 )
* * Response templating / transformation using Handlebars and extensions
* Add unit test for JsonPath and BodyAsFile mapping (#272 )
* fix merge issue
2019-05-04 10:20:36 +02:00
Stef Heyenrath
96e68ae2a0
Support Dynamic response files using Handlebars templating ( #271 )
...
* Dynamic response files using Handlebars templating
(#270 )
* * Response templating / transformation using Handlebars and extensions
2019-05-04 10:02:09 +02:00
Stef Heyenrath
fdb58b757b
Add JmesPath matcher ( #269 )
...
* JmesPathMatcher
* netstandard1.3
* update System.Linq.Dynamic.Core
* simplyfy `double IsMatch(object input)`
2019-04-20 10:44:13 +02:00
JackCreativeCrew
12444cc11e
[265] Add file upload to allow mocking of file operations ( #266 )
...
* [265] Add file upload to allow mocking of file operations
* [265] Fix failing test
* Update code + add tests
* LocalFileSystemHandlerTests
* 1.0.13
* Fixed the file post to create the mapping folder if none exists to begin with, otherwise the file upload fails with 404 (can't find the folder to upload to).
* fix tests
* add more tests for LocalFileSystemHandler
* Added the head method for files to check if a file exists without returning it as a body.
* Add a test and fix the response message (head requires no body).
* Fix newline
* Fix newline.
* Fix the number of mapping tests
* Update tests and update client-interface-api
* Cleanup "MappingConverter.cs"
2019-04-11 08:46:14 +02:00
Stef Heyenrath
3d845d5be5
Proxy : also save multipart as string in mapping file ( #264 )
...
* ExactObjectMatcher
* BytesEncodingUtils
* BodyParser
* Encoding.ASCII
2019-04-05 14:51:29 +02:00
Alex Kursov
e7ac620721
Add ProvideResponse_WithJsonBodyAndTransform test ( #262 )
2019-03-30 09:34:13 +01:00
Stef Heyenrath
9e123fbbea
Fixed Multi Param Match logic ( #256 )
...
* fix?
* 1.0.9
* <PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.11" />
* fix tests ?
* fix
* RequestMessageParamMatcher
2019-03-25 18:00:22 +01:00
Stef Heyenrath
1392119f9d
RequestMessageParamMatcher supports Ignore Case for the key ( #254 )
...
* RequestMessageParamMatcher
* /o:
* 1.0.8
2019-03-12 14:42:52 +01:00
Stef Heyenrath
d736745aff
Fix BodyAsFile to also allow relative paths ( #244 )
...
* Read only .json files as static mapping files and fix current folder for BodyAsFile
* include .json again
* LocalFileSystemHandler_ReadResponseBodyAsFile_Throws
* Read array from static mappings folder
* xml soap example
2019-01-19 19:27:48 +01:00
Stef Heyenrath
f9ab43bf58
Fixed "Content-Type multipart/form-data" ( #249 )
2019-01-10 11:24:58 +01:00
Stef Heyenrath
98097a033e
Post multiple Mappings ( #242 )
...
* Post multiple Mappings
* 1.0.6
2018-12-15 09:28:14 +01:00
Stef Heyenrath
4be1483a5f
Add Random Regex (using Fare) ( #236 )
...
* Xeger
* update example
* 1.0.7
* Fix tests for Handlebars_Xeger
* ReplaceNodeValue
* 1.0.5
* readme
2018-12-06 14:29:12 +01:00
Stef Heyenrath
c1c45801b5
Add SonarLint checks ( #232 )
2018-11-15 14:30:51 +00:00
Stef Heyenrath
18af7a41d4
Use RandomDataGenerator.Net 1.0.3.0 ( #231 )
...
* Include="RandomDataGenerator.Net" Version="1.0.3"
* UndefinedBindingResult
2018-11-13 09:49:46 +00:00
Stef Heyenrath
3df4161329
Add HandleBars Random functionality ( #230 #219 )
...
Add HandleBars Random functionality (#219 )
2018-11-09 10:06:09 +00:00
Stef Heyenrath
34be065467
Fix proxy tests ( #229 )
2018-11-08 13:17:31 +00:00
Stef Heyenrath
ee7f939e34
Update dependencies ( #221 )
...
* update some dependencies
* update deps
2018-11-08 11:33:20 +00:00
Stef Heyenrath
dffeb95116
IsRestrictedResponseHeader ( #228 )
2018-11-07 20:07:50 +00:00
Stef Heyenrath
9ff19b0737
Codecov ( #222 )
...
* Codecov
* .nuget\packages\codecov\1.1.0
2018-11-01 14:36:49 +00:00
Stef Heyenrath
a43a8154b1
Update SimpleCommandLineParser to handle arguments with key and value ( #220 )
...
* Fix SimpleCommandLineParser
* Codecov
2018-10-31 13:47:08 +00:00
Stef Heyenrath
1af512fc72
Update BodyParser logic ( #212 )
...
* Update BodyParser logic
* update logic for byte[]
* small update
* MyGetKey
* myget
* dotnet nuget push
* dotnet build
* Release
* .
* StringContent
* 1.0.4.18-preview-02
* Debug
* 1.0.4.18-preview-02
* disable some proxy tests
* myget
* packagesToPack
* fix
* <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
* Release
* <VersionPrefix>1.0.4.18</VersionPrefix>
* fix
* BodyParserTests
* ResponseBodyData (#216 )
* ResponseBodyData
* refactor tests
* LogEntryMapperTests
2018-10-25 14:08:24 +02:00
Stef Heyenrath
83457c1601
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
2018-10-10 09:49:32 +02:00
Stef Heyenrath
ada50d893f
Rewrite some unit-integration-tests to unit-tests ( #206 #207 )
...
Rewrite some unit-integration-tests to unit-tests (#206 )
2018-09-26 17:43:26 +02:00
Stef Heyenrath
f358f13c08
Solved issues #204 #205 #200
...
* 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
2018-09-22 08:41:24 +02:00
azure-pipelines[bot]
0c25ab413d
Set up CI with Azure Pipelines ( #203 )
...
* Set up CI with Azure Pipelines
* Microsoft.NET.Test.Sdk and coverlet.msbuild
* vmImage: 'vs2017-win2016'
* Remove coverlet.msbuild
* .
* s
* eq
* i
* ne
* ,
* echo
* build always (test)
* Install SonarScanner
* script
* cmd
* dotnet tool install
* SonarScanner via tools folder
* echo
* powershell
* BUILD_BUILDID
* $(SONAR_TOKEN)
* fix
* .
* |
* $(buildId)
* $(buildId)
* BuildId
* appv
* /d:sonar.cs.vscoveragexml.reportsPaths="**\*.coveragexml"
* .coverage
* coverlet
* coverlet
* b
* coverlet local
* Fix codefactor
* Build Azure
* Build Azure
* remove FluentMockServer_Admin_StartStop
* FluentMockServer_Admin_StartStop
2018-09-13 12:22:09 +02:00
Stef Heyenrath
84f3cc029f
Fix unit-tests on non-windows build machines.
2018-09-11 14:37:29 +02:00
Stef Heyenrath
da64934c13
Update handlebars code to support Regex.Match ( #201 ) ( #202 )
...
* #201
* Handlebars : Linq and JsonPath
* Rename to Regex.Match
* unit test coverage
2018-09-11 08:42:50 +02:00
Stef Heyenrath
ec39d12cfe
Regex.Match ( #201 )
2018-09-07 15:35:47 +02:00
Stef Heyenrath
f3c395833a
LinqMatcher and JsonUtils
2018-09-06 19:25:09 +02:00
Stef Heyenrath
41fd1ef99d
#198 ( #199 )
2018-09-04 22:50:17 +02:00
Stef Heyenrath
9f17948e9f
Add LinqMatcher ( #195 )
...
* LinqMatcher
* LinqMatcher : revert
* LinqMatcher
2018-08-31 20:41:42 +02:00
Stef Heyenrath
f8d22d4c47
#189 ( #191 )
2018-08-23 16:45:19 +00:00
Stef Heyenrath
e6ecf5cc84
ResponseMessageTransformer ( #190 ; #188 )
...
ResponseMessageTransformer (#190 ; #188 )
2018-08-23 12:30:36 +00:00
Stef Heyenrath
be08c3175e
#107
2018-08-18 16:42:17 +02:00
Stef Heyenrath
2e44ac8e62
#107
2018-08-18 10:01:57 +02:00
Steve Land
fb6b25a9c5
ContentType "application/vnd.api+json" is not recognized as json ( #186 )
...
* Admin API GetRequestsAsync Json/JsonApi request body tests
* Fix code + update unit-tests
2018-08-17 19:15:01 +02:00
Stef Heyenrath
b57d118c3d
Support Microsoft.AspNetCore for net 4.6.1 and up ( #185 )
...
* net451
* tests : net462
* fixed tests
* fix tests
* readme
* Code review
* LocalFileSystemHandlerTests
* refactor
2018-08-17 18:52:29 +02:00
Stef Heyenrath
4b91c05fe7
Add IFileSystemHandler to support Azure for StaticMapping location ( #180 )
...
* wip
* CustomStaticMappingFileHandler
* Add unit-tests
* Tests
* IFileSystemHandler
* version
2018-08-14 18:54:53 +02:00
Stef Heyenrath
4f7259d27a
Fix JsonMatcher and JsonPathMatcher
2018-08-07 19:27:10 +02:00
Stef Heyenrath
f13b829c00
Add unit-test
2018-08-02 16:11:14 +02:00
Stef Heyenrath
1f226f7361
Support json path in the response ( #170 )
...
* jsonpath in response
* Fix tests
* Support also BodyAsJson
* Fix Sonar Issue
* Add example (zubinix2)
* Fix batch file
* Solve CodeFactor issues
* netcoreapp2.0;netcoreapp2.1
* 1.0.4.8
2018-07-23 17:28:32 +02:00
Stef Heyenrath
b2bf63b013
Fix for Restricted Response headers ( #169 )
...
* WebHeaderCollection.IsRestricted (#148 )
* Update dependencies
* 1.0.4.7
2018-07-19 22:23:00 +02:00
Stef Heyenrath
8f34291ea9
Expose scenario states ( #168 )
...
* Scenarios (WIP)
* Update ToJson and StatefulBehaviorTests
* fix tests
* Update comment
2018-07-18 21:29:49 +02:00
Stef Heyenrath
a9c0c6b670
Support running WireMock.Net as a sub-app in IIS ( #164 ) ( #158 )
...
* Update examples (#158 )
* IIS debug
* PathBase logic
* 1.0.4.5-preview-01
* Fix project and readme
* Fix issues
* fix picture alignment
* Add IIS publish examples
* 1.0.4.5
2018-07-17 08:20:44 +02:00
Stef Heyenrath
3125c1bead
Add SonarCloud ( #165 )
...
* dotnet-sonarscanner
* .
* fix install
* add ProjectGuid
* Move "sonarscanner end" to tests
* Fix ProjectGuid and version
* /v
* label
* SONAR_TOKEN
* APPVEYOR_BUILD_NUMBER
* opencover
* readme
* readme
2018-07-15 11:14:50 +02:00
Stef Heyenrath
281b970c57
WithParam ( #159 )
2018-06-28 20:50:09 +02:00
Stef Heyenrath
768cc621ad
#156
2018-06-27 20:19:27 +02:00
Stef Heyenrath
4283732b6c
Support for string and object in JsonMatcher. ( #157 )
...
* JsonMatcher (#154 )
* small update in example code
2018-06-26 23:20:30 +02:00
Stef Heyenrath
b2690017a8
Set Microsoft.NET.Test.Sdk back to 15.3.0
2018-06-25 20:29:10 +02:00
Stef Heyenrath
9470130d65
responsebody.json
2018-06-25 20:21:40 +02:00