Skip to content

JavaDoc for minimaltestsuite : expectedBodyStmts()

kaustubhkelkar edited this page Sep 1, 2020 · 2 revisions

Objective: To relate the jimple statements from expectedBodtStmts(*)() with corresponding source code.

Steps:

  1. Add the new java source code files in a directory.
  2. Update the variable srcTargetDir to set the source directory.
  3. Execute root\shared-test-resources\srcCodeForTest.py
  4. Run the maven format plugin after unit test files are updated with the source code.

Note:

  1. Developers need to update the JavaDoc manually in case the existing source code file is updated.
  2. Developers need to add the JavaDoc manually in the case of multiple expectedBodtStmts(*)() methods.