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.5.4 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.5.3 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.5.2 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.5.1 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.5.0 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.4.0 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.3.9 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.3.8 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.3.7 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.3.6 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.3.5 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.3.4 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.3.3 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.3.2 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.3.1 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.3.0 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.2.0 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.1.2 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.1.1 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.1.0 tracks/rust/exercises/hello-world/tests/hello-world.rs