Skip to content

Set application for testing

nimcoh0 edited this page Dec 18, 2023 · 4 revisions

Set application for Testing

  1. add jdry agent (grpc server)

    -Xverify:none

    -javaagent:/aspectjweaver-1.9.8.RC3.jar

    -javaagent:/jdry-grpc-server-1.0-SNAPSHOT-jar-with-dependencies.jar

  2. add optional relevant jdry packages - see set sut jdry packages

  3. set aop.xml in the application resources - see wiki set sut aop

  4. set log4j2.xml

  5. create discovery.yaml at the project root - see details at wiki/discovery.yaml

  6. create analyzer.yaml at the project root - see details at wiki/analyzer.yaml

Clone this wiki locally