Package | org.flexunit.experimental.theories.internals |
Class | public class ParameterizedAssertionError |
Inheritance | ParameterizedAssertionError ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
targetException : Error
The exception that was thrown. | ParameterizedAssertionError |
Method | Defined By | ||
---|---|---|---|
ParameterizedAssertionError(targetException:Error, methodName:String, ... params)
Constructor. | ParameterizedAssertionError | ||
join(delimiter:String, ... params):String [static]
Performs an Array join on params. | ParameterizedAssertionError |
targetException | property |
public var targetException:Error
The exception that was thrown.
ParameterizedAssertionError | () | Constructor |
public function ParameterizedAssertionError(targetException:Error, methodName:String, ... params)
Constructor.
ParameterstargetException:Error — The exception that was thrown.
| |
methodName:String — The name of the method that threw the exception.
| |
... params — The parameters that were provided to the method that threw the exception.
|
join | () | method |
public static function join(delimiter:String, ... params):String
Performs an Array join on params. Candidate for remocal in future refactor
Parameters
delimiter:String | |
... params |
String — a concatenated string
|