Documentation
¶
Index ¶
- func ForceWrite(f string, data string)
- type Fixture
- type IntegrationFixture
- func (f IntegrationFixture) ReadFixtureNegativeData() string
- func (f IntegrationFixture) ReadFixtureNegativeDataWithLexical() (string, error)
- func (f IntegrationFixture) ReadFixtureNegativeReport() string
- func (f IntegrationFixture) ReadFixtureNegativeReportWithLexical() string
- func (f IntegrationFixture) ReadFixturePositiveData() string
- func (f IntegrationFixture) ReadFixturePositiveReport() string
- func (f IntegrationFixture) ReadProfile() string
- type ProductionExample
- type ProductionFixture
- type ShaclTckFixture
- func (f ShaclTckFixture) IsIgnored() bool
- func (f ShaclTckFixture) ReadFixtureNegativeData() string
- func (f ShaclTckFixture) ReadFixtureNegativeReport() string
- func (f ShaclTckFixture) ReadFixturePositiveData() string
- func (f ShaclTckFixture) ReadFixturePositiveReport() string
- func (f ShaclTckFixture) ReadProfile() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Fixture ¶
func (Fixture) ReadGenerated ¶
func (Fixture) ReadParsed ¶
func (Fixture) ReadProfile ¶
type IntegrationFixture ¶
type IntegrationFixture string
func IntegrationFixtures ¶
func IntegrationFixtures(root string, filter *string) []IntegrationFixture
func (IntegrationFixture) ReadFixtureNegativeData ¶
func (f IntegrationFixture) ReadFixtureNegativeData() string
func (IntegrationFixture) ReadFixtureNegativeDataWithLexical ¶
func (f IntegrationFixture) ReadFixtureNegativeDataWithLexical() (string, error)
func (IntegrationFixture) ReadFixtureNegativeReport ¶
func (f IntegrationFixture) ReadFixtureNegativeReport() string
func (IntegrationFixture) ReadFixtureNegativeReportWithLexical ¶
func (f IntegrationFixture) ReadFixtureNegativeReportWithLexical() string
func (IntegrationFixture) ReadFixturePositiveData ¶
func (f IntegrationFixture) ReadFixturePositiveData() string
func (IntegrationFixture) ReadFixturePositiveReport ¶
func (f IntegrationFixture) ReadFixturePositiveReport() string
func (IntegrationFixture) ReadProfile ¶
func (f IntegrationFixture) ReadProfile() string
type ProductionExample ¶
func (ProductionExample) Folfile ¶ added in v1.2.2
func (f ProductionExample) Folfile() string
func (ProductionExample) Normalizedinputfile ¶ added in v1.2.2
func (f ProductionExample) Normalizedinputfile() string
func (ProductionExample) ReadReport ¶
func (f ProductionExample) ReadReport() string
func (ProductionExample) Regofile ¶ added in v1.2.2
func (f ProductionExample) Regofile() string
func (ProductionExample) Reportfile ¶
func (f ProductionExample) Reportfile() string
type ProductionFixture ¶
type ProductionFixture string
func ProductionFixtures ¶
func ProductionFixtures(root string, filter *string) []ProductionFixture
func (ProductionFixture) Examples ¶
func (f ProductionFixture) Examples() []ProductionExample
func (ProductionFixture) Profile ¶
func (f ProductionFixture) Profile() string
type ShaclTckFixture ¶
type ShaclTckFixture string
func ShaclTckFixtures ¶
func ShaclTckFixtures(root string, filter *string) []ShaclTckFixture
func (ShaclTckFixture) IsIgnored ¶
func (f ShaclTckFixture) IsIgnored() bool
func (ShaclTckFixture) ReadFixtureNegativeData ¶
func (f ShaclTckFixture) ReadFixtureNegativeData() string
func (ShaclTckFixture) ReadFixtureNegativeReport ¶
func (f ShaclTckFixture) ReadFixtureNegativeReport() string
func (ShaclTckFixture) ReadFixturePositiveData ¶
func (f ShaclTckFixture) ReadFixturePositiveData() string
func (ShaclTckFixture) ReadFixturePositiveReport ¶
func (f ShaclTckFixture) ReadFixturePositiveReport() string
func (ShaclTckFixture) ReadProfile ¶
func (f ShaclTckFixture) ReadProfile() string
Click to show internal directories.
Click to hide internal directories.