Add a fill character to the set used when generating specifications.

Synopsis

Declared in <bslfmt_testspecificationgenerator.h>

void
addFillCharacter(char character);

Description

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.

Parameters

Name

Description

character

fill character to add to the generation set

Created with MrDocs