comp.lang.ada
 help / color / mirror / Atom feed
* ANN: SPARKUnit
@ 2010-09-30 20:46 Alexander Senier
  2010-10-01  9:00 ` yannick.moy
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Senier @ 2010-09-30 20:46 UTC (permalink / raw)



Beware of bugs in the above code;
I have only proved it correct, not tried it.
(Donald E. Knuth)

Hi All,

I'm proud to announce the release of SPARKUnit version 0.1.0.

SPARKUnit is a unit test framework for the SPARK programming language.
It enables the developer to create unit tests in SPARK which can be
analysed by the SPARK Examiner. This allows for testing of SPARK
operations with preconditions and flow analysis of test cases.

Source code, license and further information is available from

   http://senier.net/SPARKUnit

The main design goal of SPARKUnit was to make unit testing in SPARK as
simple and flexible as possible and to avoid introduction of additional
verification overhead. Consequently, no preconditions must be
established to use SPARKUnit primitives and some errors (like
out-of-memory) will not be detected before running the test harness.
For the SPARKUnit library itself "only" absence of run-time errors has
been proven.

Regards,
Alex





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-01 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-30 20:46 ANN: SPARKUnit Alexander Senier
2010-10-01  9:00 ` yannick.moy
2010-10-01 21:56   ` Alexander Senier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox