9 lines
393 B
JSON
9 lines
393 B
JSON
|
{
|
||
|
"tests": "Unit tests framework",
|
||
|
"tests.assert": "Checks a boolean condition",
|
||
|
"tests.assertClose": "Checks that 2 values are close to each other",
|
||
|
"tests.assertClose|param|actual": "what the value was",
|
||
|
"tests.assertClose|param|expected": "what the value should be",
|
||
|
"tests.assertClose|param|tolerance": "the acceptable error margin",
|
||
|
"tests.test": "Registers a test to run"
|
||
|
}
|