testing library

A library uses for testing resources and should not be deployed under production.

Classes

MetaFetchTester
Extended MetaFetch for performing testing purpose which replicates request and response actions in MockOgHrefClient since real network communication is forbidden during test (especially running in Flutter environments).
MockOgHrefClient
Simulated environment based on MockClient that all generated content are specified by tester already.

Typedefs

MockOgHrefClientConstructor = MockOgHrefClient Function()
A Function which returns new instance of MockOgHrefClient.