Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/VDM/VDMPP/SSlibE2PP/   (Wiener Entwicklungsmethode ©)  Datei vom 13.4.2020 mit Größe 968 B image not shown  

Quellcode-Bibliothek ProductT.vdmpp   Sprache: VDM

 
class ProductT is subclass of TestDriver 
functions
public tests : () -> seq of TestCase
tests() == 
 [ 
 new ProductT01()
 ];
end ProductT
----------------------------------------------------------

class ProductT01 is subclass of TestCase
operations 
protected test: () ==> bool
test() == 
 let lt = String`LT,
  lt2 = lambda x : int, y : int & x < y
 in
 return
  Product`Curry[seq of charseq of charbool](lt)("abc")("abcd"and
  Product`Curry[seq of charseq of charbool](lt)("abcde")("abcd") = false and
  Product`Curry[intintbool](lt2)(3)(4) and
  Product`Uncurry[seq of charseq of charbool](String`LT2)("abc""abcd"and
  Product`Uncurry[seq of charseq of charbool](String`LT2)("abcde""abcd") = false and
  Product`Uncurry[seq of charseq of charbool](String`LE2)("3""4")
 ;
protected setUp: () ==> ()
setUp() == TestName := "ProductT01:\t Test of curry function.";
protected tearDown: () ==> ()
tearDown() == return;
end ProductT01

94%


¤ Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.0.10Bemerkung:  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.