convenient_test_common library

Extensions

ExtInt

Constants

kConvenientTestManagerHost → const String
String.fromEnvironment('CONVENIENT_TEST_MANAGER_HOST', defaultValue: '127.0.0.1')
kConvenientTestManagerPort → const int
int.fromEnvironment('CONVENIENT_TEST_MANAGER_PORT', defaultValue: 3579)
kReportFileExtension → const String
String.fromEnvironment('CONVENIENT_TEST_REPORT_EXT', defaultValue: 'bin')
kWorkerVmServiceHost → const String
String.fromEnvironment('CONVENIENT_TEST_WORKER_HOST', defaultValue: '127.0.0.1')
kWorkerVmServicePort → const int
int.fromEnvironment('CONVENIENT_TEST_WORKER_PORT', defaultValue: 9753)

Functions

describeIdentity(Object? object) String
objectRuntimeType(Object? object, String optimizedValue) String
shortHash(Object? object) String
whenValueNonNull<T>(ValueListenable<T> listenable) Future<T>

Typedefs

GroupEntryInfoTraverseCallback = void Function(GroupEntryInfo groupEntryInfo)
ImageDecoderBuilder<Tag> = Widget Function(BuildContext context, TaggedImageInfo<Tag>? info)
SeparatedSectionBuilder<T extends Enum> = Widget Function(BuildContext context, int relativeIndex, T sectionId)
VoidCallback = void Function()