reporting

package
v2.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Ginkgo is usually dot-imported via:

import . "github.com/onsi/ginkgo/v2"

however some parts of the DSL may conflict with existing symbols in the user's code.

To mitigate this without losing the brevity of dot-importing Ginkgo the various packages in the dsl directory provide pieces of the Ginkgo DSL that can be dot-imported separately.

This "reporting" package pulls in the reporting-related pieces of the Ginkgo DSL.

Index

Constants

View Source
const ReportEntryVisibilityAlways, ReportEntryVisibilityFailureOrVerbose, ReportEntryVisibilityNever = ginkgo.ReportEntryVisibilityAlways, ginkgo.ReportEntryVisibilityFailureOrVerbose, ginkgo.ReportEntryVisibilityNever

Variables

View Source
var AddReportEntry = ginkgo.AddReportEntry
View Source
var CurrentSpecReport = ginkgo.CurrentSpecReport
View Source
var ReportAfterEach = ginkgo.ReportAfterEach
View Source
var ReportAfterSuite = ginkgo.ReportAfterSuite
View Source
var ReportBeforeEach = ginkgo.ReportBeforeEach

Functions

This section is empty.

Types

type Report

type Report = ginkgo.Report

type ReportEntryVisibility

type ReportEntryVisibility = ginkgo.ReportEntryVisibility

type SpecReport

type SpecReport = ginkgo.SpecReport

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL