Return a BSLS_TESTIMP object to perform testing of a specific method.
Declared in <bsls_protocoltest.h>
BSLS_TESTIMP
method(char const* methodDesc = "");
The method under test is invoked via operator->(). Note that BSLS_TESTIMP is a proxy to the actual protocol class.
test-implementation proxy for invoking a protocol method
| Name | Description |
|---|---|
| methodDesc | optional description of the method being tested |