You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a first step to analyze the precision of the JNose detection rules, we will run the JNose into the tsDetect dataset. The tsDetect dataset only contains 65 test files. You can find it here -> https://testsmells.github.io/pages/research/toolcorrectness.html.
As a first step to analyze the precision of the JNose detection rules, we will run the JNose into the tsDetect dataset. The tsDetect dataset only contains 65 test files. You can find it here -> https://testsmells.github.io/pages/research/toolcorrectness.html.
Problem.
The JNose cannot identify all test classes of this dataset. For example, in the my-batis3 project there is a Conditional Test Logic in the ExpressionEvaluatorTest test class (https://github.com/mybatis/mybatis-3/blob/master/src/test/java/org/apache/ibatis/builder/xml/dynamic/ExpressionEvaluatorTest.java). But the JNose cannot identify it.
Can you reproduce this problem?
The text was updated successfully, but these errors were encountered: