mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-22 16:58:58 +02:00
Updated Response Templating (markdown)
@@ -69,7 +69,7 @@ Besides a random text string, it's also possible to generate this random data:
|
|||||||
- Text Words: `"{{Random Type=\"TextWords\" Min=10 Max=20}}"`
|
- Text Words: `"{{Random Type=\"TextWords\" Min=10 Max=20}}"`
|
||||||
- Text Pattern: `"{{Random Type=\"TextPattern\" Pattern=\"\\xLLnn_**ss\\x\"}}"`
|
- Text Pattern: `"{{Random Type=\"TextPattern\" Pattern=\"\\xLLnn_**ss\\x\"}}"`
|
||||||
- Text Lorum Ipsum: `"{{Random Type=\"TextIpsum\" Paragraphs=2}}"`
|
- Text Lorum Ipsum: `"{{Random Type=\"TextIpsum\" Paragraphs=2}}"`
|
||||||
- String List: `"{{Random Type=\"StringList\" Values=\"a\", \"b\", \"c\"}}"` (**TODO** : does this work ?)
|
- String List: `"{{Random Type=\"StringList\" Values=[\"a\", \"b\", \"c\"]}}"`
|
||||||
- IP Address: `"{{Random Type=\"IPv4Address\"}}"`
|
- IP Address: `"{{Random Type=\"IPv4Address\"}}"`
|
||||||
- MAC Address: `"{{Random Type=\"MACAddress\"}}"`
|
- MAC Address: `"{{Random Type=\"MACAddress\"}}"`
|
||||||
- For more details on the supported random data types, see [RandomDataGenerator.Net](https://github.com/StefH/RandomDataGenerator);
|
- For more details on the supported random data types, see [RandomDataGenerator.Net](https://github.com/StefH/RandomDataGenerator);
|
||||||
|
|||||||
Reference in New Issue
Block a user