visualizeStaticCondition

Format a static condition as a tree-like structure, marking failed and bypassed expressions.

const(char)*
visualizeStaticCondition

Parameters

original Expression

original expression

instantiated Expression

instantiated expression

negatives Expression[]

array with negative clauses from instantiated expression

full bool

controls whether it shows the full output or only failed parts

itemCount uint

returns the number of written clauses

Return Value

Type: const(char)*

formatted string or null if the expressions were null, or if the instantiated expression is not based on the original one

Suggestion Box / Bug Report