FizzBuzzTest
|
100%
successful |
Tests
Test | Duration | Result |
---|---|---|
should_show_buzz_when_number_is_divisible_by_5() | 0.001s | passed |
should_show_fizz_when_number_is_divisible_by_3() | 0s | passed |
should_show_fizzbuzz_when_number_is_divisible_by_3_and_5() | 0.001s | passed |
should_show_raw_value_when_number_is_not_divisible_by_3_or_5() | 0.009s | passed |