C# Class CleanCode.Tests.FizzBuzz.FizzBuzzTests

Show file Open project: alexyork/Samples

Private Methods

Method Description
SetUp ( ) : void
Should_print_Buzz_for_the_number_5 ( ) : void
Should_print_FizzBuzz_for_the_number_15 ( ) : void
Should_print_Fizz_for_the_number_3 ( ) : void
Should_print_the_number_for_non_multiples_of_3_and_5 ( ) : void