Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 715 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 715 Bytes

ilc.markov

TP NOTE 4A ILC 2019

Questions

  • Fork this github repository
  • Run the project
  • Comment the 2 classes
  • Complete the next section : functions to be tested
  • Commit your changes (commit README.md)
  • Make tests (call your test functions using the rule: GIVEN_WHEN_THEN)
  • Commit your changes
  • On github, make a pull request
  • that ends

Functions to be tested

Hereafter, for each classes give function to be tested

Classe Coulpe

functions

  • hashCodeEclipse()
  • equals(Object obj)

Classe Markov

function

  • randomElement(List v)
  • String generateText(Couple p, int words)

Tricks & tips

  • Never test auto generate code
  • Never test creator (its a design problem)