ethereumWalletMockFixtures(title, body)
test(title, body)test(title, details, body)
@ symbol.
TestCase.tags property.
You can also filter tests by their tags during test execution:
- in the command line;
- in the config with testConfig.grep and testProject.grep;
TestCase.annotations property.
You can also add annotations during runtime by manipulating
testInfo.annotations.
Learn more about test annotations.
Parameters
Returns
void
ethereumWalletMockFixtures(title, details, body)
test(title, body)test(title, details, body)
@ symbol.
TestCase.tags property.
You can also filter tests by their tags during test execution:
- in the command line;
- in the config with testConfig.grep and testProject.grep;
TestCase.annotations property.
You can also add annotations during runtime by manipulating
testInfo.annotations.
Learn more about test annotations.
Parameters
Returns
void
