Closed anthonyfong100 closed 3 years ago
Solves issue #105. By abstracting out testing.T interface, apitest can now integrate nicely with Ginkgo implementation of GinkgoT() test helper. An example has been added into the examples folder
GinkgoT()
Abstract out testing.T into an interface
Solves issue #105. By abstracting out testing.T interface, apitest can now integrate nicely with Ginkgo implementation of
GinkgoT()
test helper. An example has been added into the examples folder