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

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -