Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: @OnlyProvedNotTested #8

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments
Open

feature request: @OnlyProvedNotTested #8

GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Annotating a method with the @OnlyProvedNotTested annotation is a way of 
indicating to the reader/maintainer: "Beware of bugs in the above code; I have 
only proved it correct, not tried it."

It should take an optional string containing the actual proof, or a link to a 
document where the proof is written out.

An engineer who is spending his or her time writing unit tests would be advised 
to search the codebase for this annotation, and devote lots of time to writing 
tests for any method that has this annotation, at which point the annotation 
could be removed.

Original issue reported on code.google.com by [email protected] on 11 Apr 2013 at 2:02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant