STAMP-project / pitest-descartes

Descartes supports developers to improve their test suites by reporting weak spots in covered code
https://hal.archives-ouvertes.fr/hal-01870976/document
GNU Lesser General Public License v3.0
126 stars 21 forks source link

Operator for the Optional type #99

Closed oscarlvp closed 5 years ago

oscarlvp commented 5 years ago

Implement an operator for the Optional type that returns Optional.empty() as suggested by @pedrorijo91 in his blog post.

oscarlvp commented 5 years ago

Added in 6317db6 and documented in da671e5