Class luatest.group
Tests group.
To add new example add function at key starting with test
.
Group hooks run always when test group is changed.
So it may run multiple times when --shuffle
option is used.
Parameters:
- name: (string) Default name is inferred from caller filename when possible.For
test/a/b/c_d_test.lua
it will bea.b.c_d
. (optional)
Returns:
Group instance