TestProxyRequestMatcher Class
- java.
lang. Object - com.
azure. core. test. models. TestProxyRequestMatcher
- com.
public class TestProxyRequestMatcher
A matcher is applied during a playback session. The default matcher matches a request on headers, URI, and the body on playback recorded data.
Constructor Summary
Constructor | Description |
---|---|
TestProxyRequestMatcher(TestProxyRequestMatcher.TestProxyRequestMatcherType testProxyMatcherType) |
Creates an instance of Test |
Method Summary
Modifier and Type | Method and Description |
---|---|
Test |
getType()
Get the type of proxy matcher |
Methods inherited from java.lang.Object
Constructor Details
TestProxyRequestMatcher
public TestProxyRequestMatcher(TestProxyRequestMatcher.TestProxyRequestMatcherType testProxyMatcherType)
Creates an instance of TestProxyMatcher
Parameters:
testProxyMatcherType
- the type of matcher
Method Details
getType
public TestProxyRequestMatcher.TestProxyRequestMatcherType getType()
Get the type of proxy matcher
Returns:
the type of proxy matcher
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java