Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  TestCase.vdmpp   Sprache: VDM

 
--The TestCase Class

-----------------------------------------------
-- Author:
-- Created:
-- Updated:
-- Description: 
-----------------------------------------------

--
-- class definition
--
class TestCase is subclass of Test

--
-- instance variables
--
instance variables

protected name : seq of char

--
-- Operations definition section
--
operations

public TestCase: seq of char ==> TestCase
 TestCase(nm) == name := nm;

public GetName: () ==> seq of char
 GetName() == return name;

protected AssertTrue: bool ==> ()
 AssertTrue(pb) == if not pb then exit <FAILURE>;

protected AssertFalse: bool ==> ()
 AssertFalse(pb) == if pb then exit <FAILURE>;

public Run: TestResult ==> ()
 Run(ptr) ==
  trap <FAILURE>
   with 
    ptr.AddFailure(self)
   in
    (SetUp();
    RunTest();
    TearDown();
    );

protected SetUp: () ==> ()
 SetUp() == is subclass responsibility;

protected RunTest: () ==> ()
 RunTest() == is subclass responsibility;

protected TearDown: () ==> ()
 TearDown() == is subclass responsibility;

end TestCase

Messung V0.5
C=73 H=100 G=87

¤ Dauer der Verarbeitung: 0.10 Sekunden  (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 und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge