LibraryEntry class

One solution of a multi-library consumer (libraries: in the manifest). Used by head-to-head consumers (e.g. the bench_compare package running showcaseview + tutorial_coach_mark side by side): every entry gets its own scenario directory and golden ref, sharing the scenario list.

Constructors

LibraryEntry({required String name, required String driver, required String driverClass, String? ref})
const

Properties

driver String
Driver file path, relative to the consumer root.
final
driverClass String
Driver class name.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Solution name (report label, scenario directory name).
final
ref String?
Golden ref override (e.g. android-scv); null → the CLI's --ref.
final
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