PageRenderTime 29ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/testability-explorer/runAboutReport.sh

http://testability-explorer.googlecode.com/
Shell | 4 lines | 4 code | 0 blank | 0 comment | 2 complexity | 0cfb8a408cb34f26949f258945ffded4 MD5 | raw file
Possible License(s): Apache-2.0
  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