dev_test 1.0.0+5 copy "dev_test: ^1.0.0+5" to clipboard
dev_test: ^1.0.0+5 copied to clipboard

Test utilities for dart and flutter packages on top of test_api package.

example/main.dart

// Copyright (c) 2017, alex. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:dev_test/test.dart';

void main() {
  group('group', () {
    test('test', () {
      expect(true, isTrue);

      // testDescriptions helper. Can be used to generate a path or a test
      // specific context.
      expect(testDescriptions, ['group', 'test']);
    });
  });
}
0
likes
160
pub points
63%
popularity

Publisher

verified publishertekartik.com

Test utilities for dart and flutter packages on top of test_api package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

args, dev_build, matcher, meta, path, pool, process_run, pub_semver, synchronized, test_api, test_core, yaml

More

Packages that depend on dev_test