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.7.0 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.44 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.43 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.42 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.41 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.40 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.39 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.38 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.37 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.36 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.35 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.34 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.33 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.32 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.31 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.30 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.29 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.28 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.27 tracks/rust/exercises/hello-world/tests/hello-world.rs
trackler-2.0.6.26 tracks/rust/exercises/hello-world/tests/hello-world.rs