llmhyy / microbat

A feedback-based debugger for interactively recommending suspicious step in buggy program execution.
54 stars 15 forks source link

fix: Use older testng jar for backward compatibility #252

Closed bchenghi closed 1 year ago

bchenghi commented 1 year ago

Description

Update TestNG 7.4.0 jar with TestNG 6.0.

Rationale

When a project being analyzed uses a TestNG jar that is older than ours, the interface could be different, resulting in MethodNotFound errors inside our microbat testrunner.

Use an older TestNG jar so such issues no longer occur, and use an interface that exists in both new and old TestNG versions.