Skip to content

Assertions: Session selection

TL;DR — This page mirrors the Session selection section from Assertions as a focused reference.

When to use

Use this page when you need the focused member list, signatures, and source notes for this section without scanning the full parent reference.

C# (CAC) usage

AddSessionName

Source file, signature, and docstring

Member AssertionBuilder.AddSessionName(string sessionName)

Kind function

Declaring Type AssertionBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs

Signature

public AssertionBuilder AddSessionName(string sessionName)

Docstring

Adds the supplied session name to the current Runner assertion builder instance.

RemoveSessionName

Source file, signature, and docstring

Member AssertionBuilder.RemoveSessionName(string sessionName)

Kind function

Declaring Type AssertionBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs

Signature

public AssertionBuilder RemoveSessionName(string sessionName)

Docstring

Removes the configured session name from the current Runner assertion builder instance.

RemoveSessionNameAt

Source file, signature, and docstring

Member AssertionBuilder.RemoveSessionNameAt(int index)

Kind function

Declaring Type AssertionBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs

Signature

public AssertionBuilder RemoveSessionNameAt(int index)

Docstring

Removes the configured session name at the specified index from the current Runner assertion builder instance.

AddSessionPattern

Source file, signature, and docstring

Member AssertionBuilder.AddSessionPattern(string sessionPattern)

Kind function

Declaring Type AssertionBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs

Signature

public AssertionBuilder AddSessionPattern(string sessionPattern)

Docstring

Adds the supplied session pattern to the current Runner assertion builder instance.

RemoveSessionPattern

Source file, signature, and docstring

Member AssertionBuilder.RemoveSessionPattern(string sessionPattern)

Kind function

Declaring Type AssertionBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs

Signature

public AssertionBuilder RemoveSessionPattern(string sessionPattern)

Docstring

Removes the configured session pattern from the current Runner assertion builder instance.

RemoveSessionPatternAt

Source file, signature, and docstring

Member AssertionBuilder.RemoveSessionPatternAt(int index)

Kind function

Declaring Type AssertionBuilder

Source File QaaS.Runner.Assertions/ConfigurationObjects/AssertionBuilder.cs

Signature

public AssertionBuilder RemoveSessionPatternAt(int index)

Docstring

Removes the configured session pattern at the specified index from the current Runner assertion builder instance.

Edge cases

  • This page is generated from the parent reference section; edit the source XML docs or generator when content needs to change.
  • If a linked source member is renamed, regenerate the reference docs before changing prose by hand.

See also