testing - Find methods related to testcases in Java -
i want automatically change methods in program. these methods contain compiler error , program aims fix these compiler errors. after fixing compiler errors need run test cases related changed method (or class) know correct , if not test cases failed. programs under investigation big, need run test cases related changes. example, if change 1 method, need run test cases related method.
therefore, need programmatically able find test cases related each method, , class. useful if there tool can me. example, tool creates matrix shows each test case related method(s)
one easy way run test cases , save functions accessed. however, problem @ beginning input program contains compiler error , not possible run test cases because of these compiler error.
please let me know best way that. api or tool can used programmatically best me.
Comments
Post a Comment