AutotestService class
OBSLY AUTOTEST SUITE
Comprehensive automated test suite that verifies ALL Obsly SDK functionality works correctly on both web and native platforms.
Available when debug tools are enabled.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRunning → bool
-
Check if autotest is currently running
no setter
-
results
→ List<
AutotestResult> -
Get current test results
no setter
- 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(
{dynamic onProgress(String)?}) → Future< AutotestSummary> - Run all autotest suite and return summary
-
runCrashTests(
{dynamic onProgress(String)?}) → Future< AutotestSummary> -
runHTTPTests(
{dynamic onProgress(String)?}) → Future< AutotestSummary> - Run individual test categories
-
runStorageTests(
{dynamic onProgress(String)?}) → Future< AutotestSummary> -
runUITests(
{dynamic onProgress(String)?}) → Future< AutotestSummary> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → AutotestService
-
no setter