BenchmarkCase class
A single benchmark test case.
Constructors
-
BenchmarkCase({required String name, required Future<
void> body(), Future<void> setup()?, Future<void> teardown()?}) -
const
Properties
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