TestCommand (gb.test)
The class TestCommand stores the names of a testmodule and optional tests to be executed.
It also contains methods to translate testcommands to string and vice versa.
Этот класс может быть использован как объект при создании скрытого экземпляра по требованию.
Этот класс создаваемый.
Статические методы
FromString
|
Parses a string with comma separated tests and creates an array of TestCommands.
|
ToString
|
Creates a string from an array of testcommands
|
Свойства
Methods
|
Name of tests in a testmodule to be called. If empty, all will be called.
|
ModuleName
|
Name of the testmodule to be called
|