Add a fill character to the set used when generating specifications.
Declared in <bslfmt_testspecificationgenerator.h>
void
addFillCharacter(char character);
Add the specified character to the set of fill characters. Note that generated instructions will contain the character only if this function is called before the setup method invocation.
| Name | Description |
|---|---|
| character | fill character to add to the generation set |