# 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.
By allows you to better document large Its.
FailWithToggle wraps `ginkgo.Fail` function to have a option to disable the panic when something fails when is running on AfterEach.
GetTestName returns the test Name in a single string without spaces or /.
GinkgoPrint send the given message to the test writers to store it.
JustAfterEach runs the function just after each test, before all AfterEeach,AfterFailed and AfterAll.
NewJUnitReporter creates a new JUnit XML reporter.
NewWriter creates and initializes a Writer with a empty Buffer and the given outWriter.
RunAfterEach is a wrapper that executes all AfterEach functions that are stored in cs.afterEach array.
SkipContextIf is a wrapper for the Context block which is being executed if the given condition is NOT met.
# 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
# Structs
JUnitFailureMessage failure message struct.
JUnitReporter struct that uses ginkgo to report.
JUnitSkipped skipped struct to report XML.
JUnitTestCase test case struct to report in Junit Format.
JUnitTestSuite main struct to report all test in Junit Format.
A Writer is a struct that has a variable-sized `bytes.Buffer` and one outWriter(`io.writer`) to stream data.
# Type aliases
No description provided by the author