LogStore class
Constructors
- LogStore()
Properties
- context → ReactiveContext
-
Override this method to use a custom context.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
logEntryIdOfLogSubEntry
→ ObservableMap<
int, int> -
finalinherited
- logEntryInTest → RelationOneToMany
-
finalinherited
-
logSubEntryIdOfTime
→ SplayTreeMap<
int, int> -
LogSubEntry.time
=>LogSubEntry.id
finalinherited - logSubEntryInEntry → RelationOneToMany
-
finalinherited
-
logSubEntryMap
→ ObservableMap<
int, LogSubEntry> -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
snapshotInLog
→ ObservableMap<
int, ObservableMap< String, Uint8List> > -
snapshotInLog[logEntryId][name] == snapshot bytes
finalinherited -
testIdOfLogEntry
→ ObservableMap<
int, int> -
finalinherited
Methods
-
addLogEntry(
{required int testEntryId, required int logEntryId, required List< LogSubEntry> subEntries}) → void -
inherited
-
calcLogEntryAtTime(
DateTime time) → int? -
inherited
-
clear(
) → void -
inherited
-
isTestFlaky(
int testInfoId) → bool -
inherited
-
logSubEntryInTest(
int testInfoId) → Iterable< int> -
inherited
-
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