fcf.NUnitest.Unitest class
Package: fcf-framework-unitest
File: fcf-framework-unitest:unitest.js
Available from version: 1.0.1
A class that implements the full functionality of the unit testing framework
Detailed description
The framework's unit testing functionality does not use direct class instantiation. The fcf-framework-unitest:unitest.js module returns the main instance of the
Methods
- Compares two values using the given comparison operation a_operation, and if the comparison returns false , then raises a test error.
- Causes an error in the executable test.
- Compares two values and if they are not equal raises a test error
- Compares two values and if they are equal raises a test error
- Compares two values and if the first value is greater or equal to the second than, throws a test error.
- Compares two values, and if the first value is not less or equal to the second than, throws a test error.
- Compares two values and if the first value is not greater than throws a test error.
- Compares two values and if the first value is not greater or not equal to the second then, throws a test error.