mn8 Language Reference | Index    

TestCaseAdapterWarning

SUMMARY: NO ATTRIBUTES  ELEMENTS SUMMARY  CONSTRUCTORS SUMMARY  NO OPERATORS  METHODS SUMMARYDETAIL: NO ATTRIBUTES  ELEMENT DETAILS  CONSTRUCTOR DETAILS  NO OPERATORS  METHOD DETAILS

Description

An adapter concept to run failured tests (show warnings)

Usage

Version: 0.1
Authors:Antal Attila ()
Location:
Inherits: Concept, TestCase

Element List

 msg TYPEOF String LABEL "msg"
top
Elementes inherited from: TestCase
fName

Constructor List

create (String $s)
top

Method List

StringrunTest
top
Methods inherited from: Concept
cloneConcept, extendsConcept, fromXML, getAllInheritedConcepts, getConceptAttribute, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptLabel, getConceptMethod, getConceptMethods, getConceptOperators, getConceptType, getErrorHandler, getInheritedConcepts, getResourceURI, hasConceptAttribute, hasConceptElement, hasConceptMethod, hasPath, isHidden, loadContent, setConceptLabel, setErrorHandler, setHidden, setShowEmpty, showEmpty, toTXT, toXML, setResourceURI
Methods inherited from: TestCase
countTestCases, createResult, name, run, run, runBare, runTest, setName, setUp, tearDown, toString

Detailed Element Info

msg

Label:msg
Type:String
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

This element holds a warning message

top

Detailed Constructor Info

create (String $s)
Parameters:
$s :Message string

Creating an adapter

top

Detailed Method Info

runTest
Returns: String

Runs the Assert fail method

top