Namespace for test helpers that verify bslfmt formatter behavior.

Synopsis

Declared in <bslfmt_formattertestutil.h>

template<class t_CHAR>
struct FormatterTestUtil;

Description

This struct provides a namespace for test functions that verify the correctness of formatting performed by bslfmt tools. Due to the limitations of template argument deduction, it is necessary to explicitly specialize the FormatterTestUtil template for char and wchar_t.

Specializations

Name

Description

FormatterTestUtil<char>

This is a specialization of FormatterTestUtil template for char.

FormatterTestUtil<wchar_t>

This is a specialization of FormatterTestUtil template for wchar_t.

Created with MrDocs