Module nlitTest
Test module for writing a unit tests
Functions
| assertIsEqual (a, b) | Asserts that two values are equal |
| assertIsFalse (condition) | Asserts that the condition is false |
| assertIsTrue (condition) | Asserts that the condition is true |
| assertIsNil (value) | Asserts that the value is nil |
Functions
- assertIsEqual (a, b)
-
Asserts that two values are equal
Parameters:
- a any
- b any
- assertIsFalse (condition)
-
Asserts that the condition is false
Parameters:
- condition any
- assertIsTrue (condition)
-
Asserts that the condition is true
Parameters:
- condition any
- assertIsNil (value)
-
Asserts that the value is nil
Parameters:
- value any