pub fn register(lua: &Lua) -> Result<(), Error>
Register the test_doubles global table into the given Lua VM.
test_doubles
Provides test_doubles.spy(fn), test_doubles.stub(), and test_doubles.spy_on(table, key).
test_doubles.spy(fn)
test_doubles.stub()
test_doubles.spy_on(table, key)