Documentation
¶
Index ¶
Constants ¶
View Source
const ( PositiveTestCases = "cases/positive_tests.json" NegativeTestCases = "cases/negative_tests.json" FilteringTestCases = "cases/filtering_tests.json" MutationTestCases = "cases/mutation_tests.json" )
Variables ¶
This section is empty.
Functions ¶
func UpdatePositiveTestCasesFitness ¶
func UpdatePositiveTestCasesFitness() error
Types ¶
type Case ¶
type Case struct {
Name string `json:"name"`
Type Type `json:"type"`
Targeted bool `json:"targeted,omitempty"`
Ignore bool `json:"ignore,omitempty"`
Details json.RawMessage `json:"details"`
}
func (Case) MarshalDetails ¶
type Cases ¶
type Cases struct {
TestCases []Case `json:"test_cases"`
}
func (Cases) RunnableCases ¶
type Emitter ¶
type Emitter interface {
Write(query *cypher.RegularQuery, writer io.Writer) error
WriteExpression(output io.Writer, expression cypher.Expression) error
}
type NegativeTest ¶
type StringMatchTest ¶
Click to show internal directories.
Click to hide internal directories.