type GinkgoError …
func (g GinkgoError) Error() string { … }
type ginkgoErrors …
var GinkgoErrors …
func (g ginkgoErrors) UncaughtGinkgoPanic(cl CodeLocation) error { … }
func (g ginkgoErrors) RerunningSuite() error { … }
func (g ginkgoErrors) PushingNodeInRunPhase(nodeType NodeType, cl CodeLocation) error { … }
func (g ginkgoErrors) CaughtPanicDuringABuildPhase(caughtPanic interface{ … }
func (g ginkgoErrors) SuiteNodeInNestedContext(nodeType NodeType, cl CodeLocation) error { … }
func (g ginkgoErrors) SuiteNodeDuringRunPhase(nodeType NodeType, cl CodeLocation) error { … }
func (g ginkgoErrors) MultipleBeforeSuiteNodes(nodeType NodeType, cl CodeLocation, earlierNodeType NodeType, earlierCodeLocation CodeLocation) error { … }
func (g ginkgoErrors) MultipleAfterSuiteNodes(nodeType NodeType, cl CodeLocation, earlierNodeType NodeType, earlierCodeLocation CodeLocation) error { … }
func ginkgoErrorMultipleSuiteNodes(setupOrTeardown string, nodeType NodeType, cl CodeLocation, earlierNodeType NodeType, earlierCodeLocation CodeLocation) error { … }
func (g ginkgoErrors) InvalidDecoratorForNodeType(cl CodeLocation, nodeType NodeType, decorator string) error { … }
func (g ginkgoErrors) InvalidDeclarationOfFocusedAndPending(cl CodeLocation, nodeType NodeType) error { … }
func (g ginkgoErrors) InvalidDeclarationOfFlakeAttemptsAndMustPassRepeatedly(cl CodeLocation, nodeType NodeType) error { … }
func (g ginkgoErrors) UnknownDecorator(cl CodeLocation, nodeType NodeType, decorator interface{ … }
func (g ginkgoErrors) InvalidBodyTypeForContainer(t reflect.Type, cl CodeLocation, nodeType NodeType) error { … }
func (g ginkgoErrors) InvalidBodyType(t reflect.Type, cl CodeLocation, nodeType NodeType) error { … }
func (g ginkgoErrors) InvalidBodyTypeForSynchronizedBeforeSuiteProc1(t reflect.Type, cl CodeLocation) error { … }
func (g ginkgoErrors) InvalidBodyTypeForSynchronizedBeforeSuiteAllProcs(t reflect.Type, cl CodeLocation) error { … }
func (g ginkgoErrors) MultipleBodyFunctions(cl CodeLocation, nodeType NodeType) error { … }
func (g ginkgoErrors) MissingBodyFunction(cl CodeLocation, nodeType NodeType) error { … }
func (g ginkgoErrors) InvalidTimeoutOrGracePeriodForNonContextNode(cl CodeLocation, nodeType NodeType) error { … }
func (g ginkgoErrors) InvalidTimeoutOrGracePeriodForNonContextCleanupNode(cl CodeLocation) error { … }
func (g ginkgoErrors) InvalidSerialNodeInNonSerialOrderedContainer(cl CodeLocation, nodeType NodeType) error { … }
func (g ginkgoErrors) SetupNodeNotInOrderedContainer(cl CodeLocation, nodeType NodeType) error { … }
func (g ginkgoErrors) InvalidContinueOnFailureDecoration(cl CodeLocation) error { … }
func (g ginkgoErrors) DeferCleanupInvalidFunction(cl CodeLocation) error { … }
func (g ginkgoErrors) PushingCleanupNodeDuringTreeConstruction(cl CodeLocation) error { … }
func (g ginkgoErrors) PushingCleanupInReportingNode(cl CodeLocation, nodeType NodeType) error { … }
func (g ginkgoErrors) PushingCleanupInCleanupNode(cl CodeLocation) error { … }
func (g ginkgoErrors) TooManyReportEntryValues(cl CodeLocation, arg interface{ … }
func (g ginkgoErrors) AddReportEntryNotDuringRunPhase(cl CodeLocation) error { … }
func (g ginkgoErrors) ByNotDuringRunPhase(cl CodeLocation) error { … }
func (g ginkgoErrors) InvalidFileFilter(filter string) error { … }
func (g ginkgoErrors) InvalidFileFilterRegularExpression(filter string, err error) error { … }
func (g ginkgoErrors) SyntaxErrorParsingLabelFilter(input string, location int, error string) error { … }
func (g ginkgoErrors) InvalidLabel(label string, cl CodeLocation) error { … }
func (g ginkgoErrors) InvalidEmptyLabel(cl CodeLocation) error { … }
func (g ginkgoErrors) MultipleEntryBodyFunctionsForTable(cl CodeLocation) error { … }
func (g ginkgoErrors) InvalidEntryDescription(cl CodeLocation) error { … }
func (g ginkgoErrors) MissingParametersForTableFunction(cl CodeLocation) error { … }
func (g ginkgoErrors) IncorrectParameterTypeForTable(i int, name string, cl CodeLocation) error { … }
func (g ginkgoErrors) TooFewParametersToTableFunction(expected, actual int, kind string, cl CodeLocation) error { … }
func (g ginkgoErrors) TooManyParametersToTableFunction(expected, actual int, kind string, cl CodeLocation) error { … }
func (g ginkgoErrors) IncorrectParameterTypeToTableFunction(i int, expected, actual reflect.Type, kind string, cl CodeLocation) error { … }
func (g ginkgoErrors) IncorrectVariadicParameterTypeToTableFunction(expected, actual reflect.Type, kind string, cl CodeLocation) error { … }
func (g ginkgoErrors) ContextsCannotBeUsedInSubtreeTables(cl CodeLocation) error { … }
func (g ginkgoErrors) AggregatedReportUnavailableDueToNodeDisappearing() error { … }
func (g ginkgoErrors) SynchronizedBeforeSuiteFailedOnProc1() error { … }
func (g ginkgoErrors) SynchronizedBeforeSuiteDisappearedOnProc1() error { … }
func (g ginkgoErrors) UnknownTypePassedToRunSpecs(value interface{ … }
var sharedParallelErrorMessage …
func (g ginkgoErrors) InvalidParallelTotalConfiguration() error { … }
func (g ginkgoErrors) InvalidParallelProcessConfiguration() error { … }
func (g ginkgoErrors) MissingParallelHostConfiguration() error { … }
func (g ginkgoErrors) UnreachableParallelHost(host string) error { … }
func (g ginkgoErrors) DryRunInParallelConfiguration() error { … }
func (g ginkgoErrors) GracePeriodCannotBeZero() error { … }
func (g ginkgoErrors) ConflictingVerbosityConfiguration() error { … }
func (g ginkgoErrors) InvalidOutputInterceptorModeConfiguration(value string) error { … }
func (g ginkgoErrors) InvalidGoFlagCount() error { … }
func (g ginkgoErrors) InvalidGoFlagParallel() error { … }
func (g ginkgoErrors) BothRepeatAndUntilItFails() error { … }
func (g ginkgoErrors) FailedToParseStackTrace(message string) error { … }