Slackbot
01/09/2024, 9:35 PMAndrew Ripley
01/09/2024, 11:30 PMKyle Winkelman
01/10/2024, 12:36 AMpublic class CustomPattern extends StringValuePattern {
public CustomPattern(@JsonProperty("customPattern") String expectedValue) {
super(expectedValue);
}
...
}
JSON:
{
"request": {
"bodyPatterns": [
{
"customPattern": "expectedValue"
}
]
}
}
Tom
01/10/2024, 9:41 AMKyle Winkelman
01/10/2024, 1:01 PMTom
01/10/2024, 6:13 PMKyle Winkelman
01/10/2024, 7:54 PMKyle Winkelman
01/10/2024, 8:09 PM