package
0.0.0-20241215153302-156b0b1ce702
Repository: https://github.com/golingon/lingon.git
Documentation: pkg.go.dev

# Functions

AssertEqual checks if the expected and actual are equal.
AssertEqualSlice checks if the expected and actual slices are equal.
AssertErrorMsg checks if the error is not nil.
AssertNoError checks if the error is nil.
Callers prints the stack trace of everything up til the line where Callers() was invoked.
Contains checks if the needle is in the haystack.
Diff compares two items and returns a human-readable diff string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsEqual checks if the expected and actual are equal.
IsNil checks if the obj is nil.
IsNotEqual checks if the expected and actual are not equal.
IsNotNil checks if the obj is not nil.
NotContains checks if the needle is not in the haystack.
No description provided by the author
No description provided by the author
VerifyGo parses a [txtar.Archive], if the files are not valid Go code and error is returned.
WithTimeout returns a context that will be canceled after the test timeout.
Write writes each File in an Archive to the given directory, returning any errors encountered.