Table of Contents

Method Describe

Namespace
QueryGuard.Testing
Assembly
QueryGuard.Testing.dll

Describe(QueryGuardResult)

Renders a result as a human-readable report.

public static string Describe(QueryGuardResult result)

Parameters

result QueryGuardResult

The result.

Returns

string

The report.

Remarks

Public because it is useful on its own: printing a passing result while tuning a budget saves guessing at the right number.

Exceptions

ArgumentNullException

result is null.