Create an AssertTestException_String that owns a copy of the string denoted by the specified data if it is not NULL.
Declared in <bsls_asserttestexception.h>
AssertTestException_String(char const* data);
| Name | Description |
|---|---|
| data | null-terminated string to copy, or NULL |