bench 0.2.0 copy "bench: ^0.2.0" to clipboard
bench: ^0.2.0 copied to clipboard

outdatedDart 1 only

Metadata and test runner for Dart's `unittest` package.

example/example.dart

@Group('Example Group')
library bench.example;

import 'package:bench/bench.dart' as bench;
import 'package:bench/meta.dart';
import 'package:unittest/unittest.dart';

void main() => bench.main();

@Test('An example test case that passes.')
void testPass() {
  expect(true, isTrue);
}
0
likes
0
points
193
downloads

Publisher

unverified uploader

Weekly Downloads

Metadata and test runner for Dart's `unittest` package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

logging, unittest

More

Packages that depend on bench