Sha256: acb760a7ad73319db09c9c43f04df758cfd9a21dbfd2537f287622d3595095ed

Contents?: true

Size: 207 Bytes

Versions: 86

Compression:

Stored size: 207 Bytes

Contents

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

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

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
trackler-2.2.1.142 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.141 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.140 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.139 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.138 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.137 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.136 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.135 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.134 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.133 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.132 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.131 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.130 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.129 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.128 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.127 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.126 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.125 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.124 tracks/dart/exercises/hello-world/test/hello_world_test.dart
trackler-2.2.1.123 tracks/dart/exercises/hello-world/test/hello_world_test.dart