Skip to content

Factoria-F5-Git/kata-tdd-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java JUnit5

A minimal setup with Java JUnit5 to get you started.

You can use gradle or maven

Running Tests

To execute the tests either run ./gradlew test, mvn test or run the tests from the IDE you are using

FizzBuzz

En la clase FizzBuzz crear una funcion que:

  • Retorne un string con el numero que recibe como argumento
  • Si el numero es multiple de 3, retorna Fizz en lugar del numero
  • Si el numero es multiple de 5, retorna Buzz en lugar del numero
  • Si el numero es multiple de 3 y 5, retorna FizzBuzz en lugar del numero

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published