Table of Contents

Method Complete

Namespace
QueryGuard.Testing
Assembly
QueryGuard.Testing.dll

Complete()

Completes the session and analyzes it.

public QueryGuardResult Complete()

Returns

QueryGuardResult

The result.

Remarks

Idempotent: calling it again returns the same result rather than re-analyzing. That matters because DisposeAsync() completes the scope too, and a test that both completes explicitly and disposes must not get two different answers.