IPexChoiceRecorder.OnCall(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an oracle builder for a given method.
public:
Microsoft::Pex::Framework::Generated::IPexMethodCallChoiceSessionBuilder ^ OnCall(int time, System::String ^ methodId);
public Microsoft.Pex.Framework.Generated.IPexMethodCallChoiceSessionBuilder OnCall (int time, string methodId);
abstract member OnCall : int * string -> Microsoft.Pex.Framework.Generated.IPexMethodCallChoiceSessionBuilder
Public Function OnCall (time As Integer, methodId As String) As IPexMethodCallChoiceSessionBuilder
Parameters
- time
- Int32
The time.
- methodId
- String
The method id.