Module mock

Module mock 

Source
Expand description

Mock Window implementation for headless testing.

This module provides a mock implementation of winit::window::Window that can be used for testing WindowHandle without creating a real window.

Structsยง

MockWindow
A mock window implementation for headless testing.