package
0.9.0
Repository: https://github.com/muonsoft/api-testing.git
Documentation: pkg.go.dev

# Functions

FileHas loads JSON from file and runs user callback for testing its nodes.
Has - loads JSON from byte slice and runs user callback for testing its nodes.
IsJWT asserts that the string contains valid JWT.
No description provided by the author

# Structs

ArrayAssertion is used to build a chain of assertions for the array node.
AssertJSON - main structure that holds parsed JSON.
AssertNode - structure for asserting JSON node.
IntegerAssertion is used to build a chain of assertions for the integer node.
JWTAssertion is used to build a chain of assertions for the JWT node.
NumberAssertion is used to build a chain of assertions for the numeric node.
ObjectAssertion is used to build a chain of assertions for the object node.
StringAssertion is used to build a chain of assertions for the string node.
TimeAssertion is used to build a chain of assertions for the time node.
URLAssertion is used to build a chain of assertions for the URL node.
UUIDAssertion is used to build a chain of assertions for the UUID node.

# Interfaces

TestingT is an interface wrapper around *testing.T.

# Type aliases

JSONAssertFunc - callback function used for asserting JSON nodes.