C# 클래스 CleanCode.Tests.FizzBuzz.FizzBuzzTests

파일 보기 프로젝트 열기: alexyork/Samples

비공개 메소드들

메소드 설명
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