TestConfig class

集成测试配置文件

在运行集成测试之前,请修改此文件中的配置参数为实际的测试环境值

Constructors

TestConfig()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getTestMessage(String prefix) String
isConfigValid() bool
printConfig() → void

Constants

baseUrl → const String
cert → const String
connectionTimeout → const Duration
custom → const String
enableVerboseLogging → const bool
heartbeatTestDuration → const Duration
maxSessionMinutes → const int
messageTimeout → const Duration
sign → const String
testChatId → const int
testConsultId → const int
testFileName → const String
testFileSize → const int
testFileUrl → const String
testImageUrl → const String
testVideoHls → const String
testVideoThumbnail → const String
testVideoUrl → const String
token → const String
userId → const int