ribosome-test-0.9.9.9: Test tools for Ribosome
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ribosome.Test.Ui

Description

Assertions for Neovim UI elements

Synopsis

Documentation

windowCountIs :: Monad m => Members [Rpc, Hedgehog m] r => Int -> Sem r () Source #

Assert the number of windows.

cursorIs :: Monad m => Members [Rpc, Hedgehog m] r => Int -> Int -> Window -> Sem r () Source #

Assert the cursor position in a window.

currentCursorIs :: Monad m => Members [Rpc, Hedgehog m] r => Int -> Int -> Sem r () Source #

Assert the cursor position in the current window.