Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONDeserializationSucceeds ¶
JSONDeserializationSucceeds is a simple testcase that just tests that a given string can be JSON-deserialized into an entity type.
func (JSONDeserializationSucceeds[Entity]) Run ¶
func (tc JSONDeserializationSucceeds[Entity]) Run(t *testing.T)
Run tests whether deserializing the raw string represented by this testcase into a pointer to a value of type Entity succeeds.
Click to show internal directories.
Click to hide internal directories.