IPexChoiceSession Interface

Definition

This interface is used during a session with the PexChoose. Each test case may involve several sessions. Seperate sessions help IntelliTest to differentiate between different choices.

public interface class IPexChoiceSession
public interface IPexChoiceSession
type IPexChoiceSession = interface
Public Interface IPexChoiceSession
Derived

Methods

ChooseEnumValue<T>(String)

Returns a value compatible with the Enum definition

ChooseIndexValue<T>(String, T[])

Returns a integer in the array indexable length

ChooseValue<T>(String)

Returns a value compatible with the type parameter.

ChooseValue<T>(String, Boolean, Boolean, Type[])

Returns a value compatible with the type parameter.

ChooseValueFrom<T>(String, T[])

Returns a value of a set of possible values.

ChooseValueFromRange(String, Int32, Int32)

Returns a value within a range.

ChooseValueNotNull<T>(String)

Returns a value compatible with the type parameter.

Applies to