|
noexcept |
Creates a new test instance with specified name, method and stack frame.
name | Represents the name of the method. Generally is the same name as the method name. |
method | The method that contains the test. |
ignored | If true, the test will be ignored during tests execution; otherwise, the test will be taken into account during tests execution. |
stack_frame | The stack frame of the method. |