[#BloombergLP-bsls-ProtocolTest-method] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/ProtocolTest.adoc[ProtocolTest]::method :relfileprefix: ../../../ :mrdocs: Return a `BSLS_TESTIMP` object to perform testing of a specific method. == Synopsis Declared in `<bsls_protocoltest.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- BSLS_TESTIMP method(char const* methodDesc = ""); ---- == Description The method under test is invoked via `operator‐>()`. Note that `BSLS_TESTIMP` is a proxy to the actual protocol class. == Return Value test‐implementation proxy for invoking a protocol method == Parameters [cols="1,4"] |=== | Name| Description | *methodDesc* | optional description of the method being tested |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#