arieslab / jnose

JNose - Java TestSmells Detection
GNU General Public License v3.0
20 stars 8 forks source link

Fix test smell detection: sensitive equality #34

Open jonathanbisp opened 3 years ago

jonathanbisp commented 3 years ago

the detection does not works with jUnit3 fails statements, e.g. failNotEquals(), failEquals() and consumes processor cycles.