Skip to main content

register

Function register 

Source
pub fn register(lua: &Lua) -> Result<(), Error>
Expand description

Register the test_doubles global table into the given Lua VM.

Provides test_doubles.spy(fn), test_doubles.stub(), and test_doubles.spy_on(table, key).