blob: 63a069564d000c81bfa39abe974f2df1b1eb561e [file] [log] [blame]
/*
* Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
* for details. All rights reserved. Use of this source code is governed by a
* BSD-style license that can be found in the LICENSE file.
*/
/**
* @assertion HashSet<E> class
* Implements Set<E>
* @description Checks that all members of [Set] are implemented.
* @author kaigorodov
*/
library allTests_A01_t01;
import "../../core/Set/allTests.lib.dart" as libSet;
test(Iterable create([Iterable content])) {
libSet.test(create);
}