FinanceSdkTestService class

Test service for testing GET and POST requests

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runAllTests() Future<Map<String, dynamic>>
Run all tests
testGetRequest({Map<String, dynamic>? additionalParams}) Future<ApiResponse>
Test GET request
testPostRequest({Map<String, dynamic>? additionalData}) Future<ApiResponse>
Test POST request
toString() String
A string representation of this object.
inherited
verifyConfiguration() Future<bool>
Verify Firebase configuration

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FinanceSdkTestService
no setter