Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 3
    That's a random testing useful only for negative path testing (exceptions, invalid input, crash-es, timeout). I believe they generated tests also for happy path, and this requires more design, not just launching static analysis tool. Commented Nov 1, 2012 at 13:18
  • And I know there are ways and tools for generating test for happy path (e.g., see this answer), but I'm interested how this was done in particular case of Guava Commented Nov 1, 2012 at 13:34