_response (defined in Beamable.Platform.Tests.MockPlatformRouteBase) | Beamable.Platform.Tests.MockPlatformRouteBase | protected |
CallCount (defined in Beamable.Platform.Tests.MockPlatformRouteBase) | Beamable.Platform.Tests.MockPlatformRouteBase | |
Called (defined in Beamable.Platform.Tests.MockPlatformRouteBase) | Beamable.Platform.Tests.MockPlatformRouteBase | |
IncludeAuthHeader (defined in Beamable.Platform.Tests.MockPlatformRouteBase) | Beamable.Platform.Tests.MockPlatformRouteBase | |
Invoke< T >(object body, bool includeAuth, IAccessToken token) (defined in Beamable.Platform.Tests.MockPlatformRouteBase) | Beamable.Platform.Tests.MockPlatformRouteBase | pure virtual |
Invoke< T1 >(object body, bool includeAuth, IAccessToken token) (defined in Beamable.Platform.Tests.MockPlatformRoute< T >) | Beamable.Platform.Tests.MockPlatformRoute< T > | inline |
MatchesRequest< T >(Method method, string uri, string token, object body, bool includeAuthHeader) (defined in Beamable.Platform.Tests.MockPlatformRouteBase) | Beamable.Platform.Tests.MockPlatformRouteBase | pure virtual |
MatchesRequest< T1 >(Method method, string uri, string token, object body, bool includeAuthHeader) (defined in Beamable.Platform.Tests.MockPlatformRoute< T >) | Beamable.Platform.Tests.MockPlatformRoute< T > | inline |
Method (defined in Beamable.Platform.Tests.MockPlatformRouteBase) | Beamable.Platform.Tests.MockPlatformRouteBase | |
Token (defined in Beamable.Platform.Tests.MockPlatformRouteBase) | Beamable.Platform.Tests.MockPlatformRouteBase | |
Uri (defined in Beamable.Platform.Tests.MockPlatformRouteBase) | Beamable.Platform.Tests.MockPlatformRouteBase | |
WithBodyMatch< TRequest >(Func< TRequest, bool > matcher) (defined in Beamable.Platform.Tests.MockPlatformRoute< T >) | Beamable.Platform.Tests.MockPlatformRoute< T > | inline |
WithJsonFieldMatch(string jsonPath, Func< object, bool > matcher) (defined in Beamable.Platform.Tests.MockPlatformRoute< T >) | Beamable.Platform.Tests.MockPlatformRoute< T > | inline |
WithJsonFieldMatch(string jsonPath, object expectedValue) (defined in Beamable.Platform.Tests.MockPlatformRoute< T >) | Beamable.Platform.Tests.MockPlatformRoute< T > | inline |
WithNoAuthHeader(bool use=false) (defined in Beamable.Platform.Tests.MockPlatformRoute< T >) | Beamable.Platform.Tests.MockPlatformRoute< T > | inline |
WithoutJsonField(string fieldName) (defined in Beamable.Platform.Tests.MockPlatformRoute< T >) | Beamable.Platform.Tests.MockPlatformRoute< T > | inline |
WithResponse(T response) (defined in Beamable.Platform.Tests.MockPlatformRoute< T >) | Beamable.Platform.Tests.MockPlatformRoute< T > | inline |
WithToken(string token) (defined in Beamable.Platform.Tests.MockPlatformRoute< T >) | Beamable.Platform.Tests.MockPlatformRoute< T > | inline |
WithURIMatcher(Func< string, bool > matcher) (defined in Beamable.Platform.Tests.MockPlatformRoute< T >) | Beamable.Platform.Tests.MockPlatformRoute< T > | inline |
WithURIPrefix(string uriPrefix) (defined in Beamable.Platform.Tests.MockPlatformRoute< T >) | Beamable.Platform.Tests.MockPlatformRoute< T > | inline |