package
0.1.0
Repository: https://github.com/go-spatial/geom.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AsString will create string contains the stringified items seperated by a ':'.
AugmentContext is will add and configure the recorder used to track the debugging entries into the context.
AugmentRecorder is will create and configure a new recorder (if needed) to be used to track the debugging entries A Close call on the recoder should be supplied along with the AugmentRecorder call, this is usually done using a defer If the testFilename is "", then the function name of the calling function will be used as the filename for the database file.
Close allows the recorder to release any resources it as, each AugmentContext call should have a mirroring Close call that is called at the end of the function.
No description provided by the author
No description provided by the author
Filename returns the filename of the recorder in the ctx if one exists or an empty string.
FuncFileLine returns the func file and line number of the the number of callers above the caller of this function.
GetRecorderFromContext will return the recoder that is in the context.
No description provided by the author
Record records the geom and descriptive attributes into the debugging system.
RecordFFLOn records the geom and descriptive attributes into the debugging system with the give Func File Line values.
RecordOn records the geom and descriptive attributes into the debugging system.
No description provided by the author

# Constants

CategoryExpected is the expected values of a testcase.
CategoryGot is for got values of a testcase.
CategoryInput is the input values of a testcase.
ContextRecorderKey the key to store the recorder in the context.
ContextRecorderKey the key to store the testname in the context.

# Variables

DefaultOutputDir is where the system will write the debugging db/files By default this will use os.TempDir() to write to the system temp directory set this in an init function to wite elsewhere.

# Structs

Recorder is used to record entries into the debugging database.

# Type aliases

CategoryFormatter is a helper category that will build a category made up of a set of values given with the With function.
CategoryJoiner is a helper category that will build a category made up of a set of values given with the With function seperated the the last character of the category.
No description provided by the author
No description provided by the author