Packagefunit.core.attributes
Classpublic final class ExpectedErrorAttribute
InheritanceExpectedErrorAttribute Inheritance sv.reflection.Attribute



Public Properties
 PropertyDefined by
  alias : String
[read-only]
ExpectedErrorAttribute
  errorName : String
[read-only]
ExpectedErrorAttribute
  errorType : Class
[read-only]
ExpectedErrorAttribute
  expectedMessage : String
[read-only]
ExpectedErrorAttribute
  handler : String
[read-only]
ExpectedErrorAttribute
  usage : int
[read-only]
ExpectedErrorAttribute
Public Methods
 MethodDefined by
  
ExpectedErrorAttribute
Property detail
aliasproperty
alias:String  [read-only]

Implementation
    public function get alias():String
errorNameproperty 
errorName:String  [read-only]

Implementation
    public function get errorName():String
errorTypeproperty 
errorType:Class  [read-only]

Implementation
    public function get errorType():Class
expectedMessageproperty 
expectedMessage:String  [read-only]

Implementation
    public function get expectedMessage():String
handlerproperty 
handler:String  [read-only]

Implementation
    public function get handler():String
usageproperty 
usage:int  [read-only]

Implementation
    public function get usage():int
Constructor detail
ExpectedErrorAttribute()constructor
public function ExpectedErrorAttribute(source:XML)

Parameters
source:XML