TestConfig class

Constructors

TestConfig.new({String? name, required int width, required int totalLayers, required double staticFraction, required int nSources, required double readFraction, required int iterations, required TestResult expected})
const

Properties

expected TestResult
final
hashCode int
The hash code for this object.
no setterinherited
iterations int
final
name String?
final
nSources int
final
readFraction double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staticFraction double
final
totalLayers int
final
width int
final

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