Change wording

This commit is contained in:
Alex Groce
2018-09-03 20:17:16 -07:00
committed by GitHub
parent 304f334a63
commit 86a157c392

View File

@@ -18,7 +18,7 @@ The [2018 IEEE Cybersecurity Development Conference](https://secdev.ieee.org/201
* Find out which tool works best for your code under test
* Different tools find different bugs/vulnerabilities
* Fair way to benchmark/bakeoff tools
* Provides test replay for regression and effective automatic test case minimization
* Provides test replay for regression plus effective automatic test case reduction to aid debugging
* Supports API-sequence generation with extensions to Google Test interface
* Concise readable way (OneOf) to say "run one of these blocks of code"
* Same construct supports fixed value set non-determinism