Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Test your test with Mutation Testing

Test your test with Mutation Testing

Avatar for Jean-Michel Leclercq

Jean-Michel Leclercq

October 24, 2019
Tweet

More Decks by Jean-Michel Leclercq

Other Decks in Programming

Transcript

  1. Mutateur Code ~> Mutant Limites conditionnelles < ~> <= =>

    ~> > Conditions négatives == ~> != > ~> <= Conditions supprimées a == b ~> true Mathématique + ~> - / ~> * & ~> | Incréments i++ ~> i-- Valeurs de retour return monObjet ~> return null Appels de méthode void maMethode() ~> Appels de constructeur = new Objet() ~> = null @_jmleclercq