Sha256: d25db9a08ea2842b2a7f18732613b720e72699dcf31bd49b01dd94c18135b81e

Contents?: true

Size: 189 Bytes

Versions: 37

Compression:

Stored size: 189 Bytes

Contents

import 'package:test/test.dart';
import 'package:hello_world/hello_world.dart';

void main() {
  test("Say Hi!", () {
    expect(new HelloWorld().hello(), equals("Hello, World!"));
  });
}

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.179 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.178 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.177 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.176 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.175 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.174 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.173 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.172 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.171 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.170 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.169 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.167 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.166 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.165 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.164 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.163 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.162 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.161 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.160 tracks/dart/exercises/hello-world/test/hello_world_test.dart