/testability-explorer/runAboutReport.sh

http://testability-explorer.googlecode.com/ · Shell · 4 lines · 4 code · 0 blank · 0 comment · 2 complexity · 0cfb8a408cb34f26949f258945ffded4 MD5 · raw file

  1. mvn -Dsurefire.useFile=false package && \
  2. java -jar target/core-1.3.2-SNAPSHOT-with-deps.jar -print about \
  3. -cp target/core-1.3.2-SNAPSHOT.jar:src/main/java com.google.test.metric.example > about.html && \
  4. open about.html