2017-12-19 16:07:50 +01:00
|
|
|
{
|
2018-01-04 18:23:28 +01:00
|
|
|
"TestEvent.RunSetUp|block": "run setup",
|
|
|
|
"TestEvent.RunTearDown|block": "run teardown",
|
|
|
|
"TestEvent.TestSetUp|block": "test setup",
|
|
|
|
"TestEvent.TestTearDown|block": "test teardown",
|
|
|
|
"tests.assertClose|block": "assert %message|%expected|close to %actual|by %tolerance",
|
2017-12-19 16:07:50 +01:00
|
|
|
"tests.assert|block": "assert %message|%condition",
|
|
|
|
"tests.test|block": "test %name",
|
|
|
|
"tests|block": "tests",
|
|
|
|
"{id:category}Tests": "Tests"
|
|
|
|
}
|