cevilio

eShop.jpf

Oct 6th, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. # JPF properties to run the oldclassic example with DeadlockAnalyzer report
  2.  
  3. target=eShop.Client
  4.  
  5. report.console.property_violation=error,snapshot,trace
  6.  
  7. #symbolic.method=eShop.Client.main(sym#sym#sym)
  8. symbolic.method= eShop.client.getPriceDiscount(sym)
  9. symbolic.method= eShop.client.getPriceShippingPrice(sym)
  10. classpath=${jpf-symbc}/build/examples/
  11. sourcepath=${jpf-symbc}/src/examples/
  12. symbolic.debug=true
  13.  
  14. listener = .symbc.SymbolicListener
  15.  
  16. #symbolic.collect_constraints=false
  17. #symbolic.db=no_solver
  18. symbolic.db=z3
  19. symbolic.optimizechoices=false
Advertisement
Add Comment
Please, Sign In to add comment