Structsยง
- Test
Loop Data - TestLoopData is the container for all data that is stored and accessed by the test loop.
- Test
Loop Data Handle - This is a handle to the data stored in TestLoopData. test_loop_data.get(&handle) will return the data stored in TestLoopData. test_loop_data.get_mut(&handle) will return a mutable reference to the data stored in TestLoopData.