package
2.6.2+incompatible
Repository: https://github.com/10gen/realm-cli.git
Documentation: pkg.go.dev
# Functions
Equal compares x and y for equality and fails with the test if not.
Equalf compares x and y for equality and fails with the test with the provided formatted message if not.
False asserts that the o parameter is a boolean with value false and fails with the test with the provided formatted message if not.
Match compares x and y and ensures there is no diff and fails with the test with the reported differences if not.
Nil asserts that the o parameter is nil and fails with the test if not.
Nilf asserts that the o parameter is nil and fails with the test with the provided formatted message if not.
NotEqual compares x and y for inequality and fails with the test if not.
NotEqualf compares x and y for inequality and fails with the test with the provided formatted message if not.
NotNil asserts that the o parameter is not nil and fails with the test if not.
NotNilf asserts that the o parameter is not nil and fails with the test with the provided formatted message if not.
RegisterOpts registers go-cmp options for a given type to be used when calling cmp.Diff or cmp.Equal.
True asserts that the obj parameter is a boolean with value true and fails with the test with the provided formatted message if not.