mn8 Language Reference | Index    

Test

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

Description

This concept only an interface

Usage

If you like a concept to be a test concept extends this.

            define AnyConcept extends Test [
                ...]

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

Method List

IntegercountTestCases
run (TestResult result)
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

Detailed Method Info

countTestCases
Returns: Integer

Counts the number of test cases that will be run by this test

top
run (TestResult result)
Parameters:
result :TestResult instance
Returns:

Runs a test and collects its result in a TestResult instance.

top