# Functions
AfterAll runs the function once after any test in context.
AfterEach runs the function after each test in context.
JustAfterFailed runs the function after test and JustAfterEach if the test has failed and before all AfterEach.
BeforeAll runs the function once before any test in context.
BeforeEach runs the function before each test in context.
GetScope returns the scope for the currently running test.
GetScopeWithVersion returns the scope of the running test.
JustAfterEach runs the function just after each test, before all AfterEeach,AfterFailed and AfterAll.
RunAfterEach is a wrapper that executes all AfterEach functions that are stored in cs.afterEach array.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author