Return true if the specified specChar represents a valid description of the expected assert level, and false otherwise. specChar is valid if it is either a O (for OPT), S (for SAFE), A (for ASSERT), or I (for INVOKE).
Declared in <bsls_asserttest.h>
static
bool
isValidExpectedLevel(char specChar);