radex v0.1.0 Radex.Metadata View Source
Process for storing metadata about the API
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Radex.Metadata{conns: term, file: term, line: term, metadata: term, success: term}
Link to this section Functions
Get information about a test by it’s key
Get all metadata in the process
For when all tests have completed and documentation will be written
Link to this function
record_conn(key, conn)
View Source
record_conn(key :: String.t, conn :: Plug.Conn.t) :: Plug.Conn.t
Record a Plug.Conn for a key
Record metadata about a key
Record a test as successful