Sha256: 2523b1674331cfaf1250a50f74d5e17749fbb2f872e666f0cfbc0763b05669cc

Contents?: true

Size: 342 Bytes

Versions: 101

Compression:

Stored size: 342 Bytes

Contents

extern crate hello_world;

#[test]
fn test_no_name() {
    assert_eq!("Hello, World!", hello_world::hello(None));
}

#[test]
#[ignore]
fn test_sample_name() {
    assert_eq!("Hello, Alice!", hello_world::hello(Some("Alice")));
}

#[test]
#[ignore]
fn test_other_same_name() {
    assert_eq!("Hello, Bob!", hello_world::hello(Some("Bob")));
}

Version data entries

101 entries across 101 versions & 1 rubygems

Version Path
trackler-2.0.6.25 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.24 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.23 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.22 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.21 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.20 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.19 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.18 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.17 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.16 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.15 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.14 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.13 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.12 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.11 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.10 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.9 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.8 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.7 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.6 tracks/rust/exercises/hello-world/tests/hello-world.rs