Package | org.flexunit |
Class | public class AssertionError |
Inheritance | AssertionError ![]() |
Subclasses | ParameterizedAssertionError |
Error
class used for failures in assertions
See also
Method | Defined By | ||
---|---|---|---|
AssertionError(message:String, id:int = 0)
Throws a new Error of type AssertionError
with the passed in message
| AssertionError |
AssertionError | () | Constructor |
public function AssertionError(message:String, id:int = 0)
Throws a new Error
of type AssertionError
with the passed in message
message:String — The message associated with the error (null okay)
| |
id:int (default = 0 ) — The id of the error if desired (null okay)
|