C# Class Facebook.Unity.Tests.MockWrapper

Datei anzeigen Open project: facebook/facebook-sdk-for-unity Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetMethodCallCount ( string methodName ) : int

Protected Methods

Method Description
GetResultDictionary ( int requestId ) : object>.IDictionary
LogMethodCall ( ) : void
LogMethodCall ( string methodName ) : void

Method Details

GetMethodCallCount() public method

public GetMethodCallCount ( string methodName ) : int
methodName string
return int

GetResultDictionary() protected method

protected GetResultDictionary ( int requestId ) : object>.IDictionary
requestId int
return object>.IDictionary

LogMethodCall() protected method

protected LogMethodCall ( ) : void
return void

LogMethodCall() protected method

protected LogMethodCall ( string methodName ) : void
methodName string
return void