products/sources/formale Sprachen/VDM/VDMPP/SSlibE2PP image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei:   Sprache: VDM

Original von: 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

¤ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
sprechenden Kalenders

in der Quellcodebibliothek suchen




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.


Bot Zugriff