Lines Matching refs:atf_set
36 atf_set "descr" "Checks curses initialisation sequence"
46 atf_set "descr" "Checks window creation"
56 atf_set "descr" "Checks curses initialisation sequence with soft key labels"
66 atf_set "descr" "Checks creating a hierarchy of windows"
76 atf_set "descr" "Checks creating 2 windows"
86 atf_set "descr" "Checks if the testframe CHECK command works"
100 atf_set "descr" "Tests adding bytes to stdscr"
110 atf_set "descr" "Tests adding a chtype to stdscr"
120 atf_set "descr" "Tests adding a chtype to window - tests mvwaddch too"
130 atf_set "descr" "Move the cursor and add a character to stdscr"
140 atf_set "descr" "Tests adding a chtype string to stdscr"
150 atf_set "descr" "Tests adding a chtype string to window"
160 atf_set "descr" "Tests adding bytes from a chtype string to stdscr"
170 atf_set "descr" "Tests adding bytes from a chtype string to window"
180 atf_set "descr" "Move the cursor and add a ch string to stdscr"
190 atf_set "descr" "Move the cursor and add a ch string to window"
200 atf_set "descr" "Move the cursor and add a limited ch string to stdscr"
210 atf_set "descr" "Move the cursor and add a limited ch string to window"
220 atf_set "descr" "Tests adding bytes from a string to stdscr"
230 atf_set "descr" "Tests adding wide character string to stdscr"
240 atf_set "descr" "Tests adding bytes from a string to window"
250 atf_set "descr" "Tests adding wide character string to window"
260 atf_set "descr" "Tests adding bytes from a string to stdscr"
270 atf_set "descr" "Tests adding wide characters from string to stdscr"
280 atf_set "descr" "Tests adding wide characters from string to window"
290 atf_set "descr" "Move the cursor and add wide characters from string to stdscr"
300 atf_set "descr" "Move the cursor and add wide characters from string to stdscr"
310 atf_set "descr" "Move the cursor and add a string to stdscr"
320 atf_set "descr" "Move the cursor and add wide character string to stdscr"
330 atf_set "descr" "Move the cursor and add wide character string to window"
340 atf_set "descr" "Move the cursor and add a string to window"
350 atf_set "descr" "Move the cursor and add a limited string to stdscr"
360 atf_set "descr" "Move the cursor and add wide characters from string to stdscr"
370 atf_set "descr" "Move the cursor and add wide characters from string to window"
380 atf_set "descr" "Test adding complex character to stdscr"
390 atf_set "descr" "Test adding complex character to window"
404 atf_set "descr" "Checks reading a character input - tests mvgetch also"
414 atf_set "descr" "Checks reading a character input from window - tests mvwgetch also"
424 atf_set "descr" "Check defining a key and removing the definition works"
434 atf_set "descr" "Check the ability to disable interpretation of a multichar key sequence"
444 atf_set "descr" "Check getting a string with a limit"
454 atf_set "descr" "Check getting a string on window input with a limit"
464 atf_set "descr" "Move the cursor and get a limited number of characters"
474 atf_set "descr" "Move the cursor and get a limited number of characters on window input"
484 atf_set "descr" "Check getting a string from input"
494 atf_set "descr" "Check getting a string from window input"
504 atf_set "descr" "Move the cursor and get characters"
514 atf_set "descr" "Move the cursor and get characters on window input"
524 atf_set "descr" "Convert integers into printable key names"
534 atf_set "descr" "Convert integers into printable key names"
544 atf_set "descr" "Checks enable/disable abbreviation of function keys - tests is_keypad also"
554 atf_set "descr" "Checks notimeout when reading a character"
564 atf_set "descr" "Checks timeout when reading a character"
574 atf_set "descr" "Checks timeout when reading a character on window"
584 atf_set "descr" "Test that the nodelay call causes wget to not block"
594 atf_set "descr" "Checks pushing of character into input queue - tests ungetch also"
604 atf_set "descr" "Checks getting limited characters from wide string through queue"
614 atf_set "descr" "Checks getting limited characters from wide string on window through queue"
624 atf_set "descr" "Checks getting characters from wide string through queue"
634 atf_set "descr" "Checks getting characters from wide string on window through queue"
644 atf_set "descr" "Move the cursor and get limited characters from wide string through queue"
654 atf_set "descr" "Move the cursor and get limited characters from wide string on window through queue"
664 atf_set "descr" "Move the cursor and get characters from wide string through queue"
674 atf_set "descr" "Move the cursor and get characters from wide string on window through queue"
684 atf_set "descr" "Checks reading a complex character through input queue"
698 atf_set "descr" "Get the character under the cursor on stdscr"
708 atf_set "descr" "Get the character under the cursor on window"
718 atf_set "descr" "Move the cursor and get the character under the cursor on stdscr"
728 atf_set "descr" "Move the cursor and get the character under the cursor on window"
738 atf_set "descr" "Get a limited chtype string from the stdscr - tests inchstr too"
748 atf_set "descr" "Get a limited chtype string from the window - tests winchstr too"
758 atf_set "descr" "Move the cursor read characters from stdscr - tests both mvinchstr and mvinchnstr"
768 atf_set "descr" "Move the cursor read characters from window - tests both mvinchstr and mvinchnstr"
778 atf_set "descr" "Get a limited string starting at the cursor from stdscr - tests instr also"
788 atf_set "descr" "Get a limited string starting at the cursor from window - tests instr also"
798 atf_set "descr" "Move the cursor read limited characters from stdscr - tests mvinstr also"
808 atf_set "descr" "Move the cursor read limited characters from window - tests mvwinstr also"
818 atf_set "descr" "Read the complex character from stdscr - tests mvin_wch too"
828 atf_set "descr" "Read the complex character from window - tests mvwin_wch too"
838 atf_set "descr" "Get a limited wide string starting at the cursor from stdscr"
848 atf_set "descr" "Get a limited wide string starting at the cursor from window"
858 atf_set "descr" "Get a wide string starting at the cursor from stdscr"
868 atf_set "descr" "Get a wide string starting at the cursor from window"
878 atf_set "descr" "Move the cursor and get a limited wide string starting at the cursor from stdscr"
888 atf_set "descr" "Move the cursor and get a limited wide string starting at the cursor from window"
898 atf_set "descr" "Move the cursor and get a wide string starting at the cursor from stdscr"
908 atf_set "descr" "Move the cursor and get a limited wide string starting at the cursor from window"
922 atf_set "descr" "Tests inserting a chtype to stdscr"
932 atf_set "descr" "Tests inserting a chtype to window"
942 atf_set "descr" "Move the cursor and insert a chtype to stdscr"
952 atf_set "descr" "Move the cursor and insert a chtype to window"
962 atf_set "descr" "Tests inserting complex character to stdscr"
972 atf_set "descr" "Tests inserting complex character to window"
982 atf_set "descr" "Move the cursor and insert complex character to stdscr"
992 atf_set "descr" "Move the cursor and insert complex character to window"
1002 atf_set "descr" "Tests inserting a limited wide character string to stdscr"
1012 atf_set "descr" "Tests inserting a limited wide character string to window"
1022 atf_set "descr" "Tests inserting a wide character string to stdscr"
1032 atf_set "descr" "Tests inserting a wide character string to window"
1042 atf_set "descr" "Move the cursor and insert a limited wide character string to stdscr"
1052 atf_set "descr" "Move the cursor and insert a limited wide character string to window"
1062 atf_set "descr" "Move the cursor and insert a wide character string to stdscr"
1072 atf_set "descr" "Move the cursor and insert a wide character string to window"
1086 atf_set "descr" "Tests deleting a character from stdscr and window both"
1096 atf_set "descr" "Move the cursor, deletes the character from stdscr and window"
1110 atf_set "descr" "Check sending a beep"
1120 atf_set "descr" "Validate curses can flash the screen"
1130 atf_set "descr" "Check setting the cursor visibility works"
1140 atf_set "descr" "Tests pausing the output"
1150 atf_set "descr" "Validate erase char can be retrieved"
1160 atf_set "descr" "Validate erase wide char can be retrieved"
1170 atf_set "descr" "echo single-byte character and rendition to a stdscr/window and refresh"
1180 atf_set "descr" "echo wide character and rendition to a stdscr and refresh"
1190 atf_set "descr" "echo wide character and rendition to a window and refresh"
1200 atf_set "descr" "Tests setting the input mode to half delay"
1210 atf_set "descr" "Check if the terminal can insert characters and lines"
1220 atf_set "descr" "Get the value of the terminals kill character"
1230 atf_set "descr" "Get the value of the terminals wide kill character"
1240 atf_set "descr" "Check setting and clearing the meta flag on a window"
1250 atf_set "descr" "Check cbreak mode works"
1260 atf_set "descr" "Test that the nocbreak call returns the terminal to canonical character processing"
1274 atf_set "descr" "Check setting, clearing and getting of attributes of stdscr"
1284 atf_set "descr" "Check setting, clearing and getting of attributes of window"
1294 atf_set "descr" "Validate curses can get and set attributes on a window"
1304 atf_set "descr" "Validate curses can set the color pair for stdscr"
1314 atf_set "descr" "Validate curses can set the color pair for window"
1324 atf_set "descr" "Check the terminal attributes"
1338 atf_set "descr" "Check changing attributes works on stdscr"
1348 atf_set "descr" "Check changing attributes works on window"
1358 atf_set "descr" "Move the cursor and change the attributes on the screen"
1368 atf_set "descr" "Move the cursor and change the attributes on the window"
1382 atf_set "descr" "Checks tuning on/off of standard attribute on stdscr"
1392 atf_set "descr" "Checks tuning on/off of standard attribute on window"
1406 atf_set "descr" "Check if the terminal can support colours"
1416 atf_set "descr" "Check if the terminal can change colours"
1426 atf_set "descr" "Check if curses can enable use of colours"
1436 atf_set "descr" "Checks color pair initialization and retrieval"
1446 atf_set "descr" "Set a custom color entry"
1456 atf_set "descr" "Check if curses can extract the color intensity from colors"
1466 atf_set "descr" "Check setting the default color pair"
1480 atf_set "descr" "Check clear,erase,clrtobot,clrtoeol work - tests window routines too"
1490 atf_set "descr" "Check clearing of screen during a refresh if corresponding flag is set"
1504 atf_set "descr" "Check doupdate performs an update - test wnoutrefresh too"
1514 atf_set "descr" "Checks if the screen is refreshed whenever window is changed"
1524 atf_set "descr" "Checks cursor positioning from refresh operations - tests is_leaveok too"
1538 atf_set "descr" "Check window scrolling"
1548 atf_set "descr" "Checks scrolling"
1558 atf_set "descr" "Checks if setting the scrolling region works for stdscr"
1568 atf_set "descr" "Checks if setting the scrolling region works for window"
1582 atf_set "descr" "Checks touchline to touch lines"
1592 atf_set "descr" "Check touching of partial and full overlap of windows"
1602 atf_set "descr" "Tests touching of window to completely refresh it"
1612 atf_set "descr" "Tests untouching the changes made to window so they are not reflected in refresh"
1622 atf_set "descr" "Tests touching of multiple lines in window"
1632 atf_set "descr" "Check if a line has been modified in a window"
1642 atf_set "descr" "Check if a window has been modified"
1652 atf_set "descr" "Tests marking whole window as touched and redraw it"
1662 atf_set "descr" "Tests marking line in window as touched and redraw it"
1672 atf_set "descr" "Tests resizing a window with a subwin"
1686 atf_set "descr" "Tests routines related to soft key labels"
1700 atf_set "descr" "Draw a horizontal line on stdscr"
1710 atf_set "descr" "Draw a horizontal line on window - tests mvwhline too"
1720 atf_set "descr" "Move the cursor and draw a horizontal line"
1730 atf_set "descr" "Draw a vertical line on window - tests mvwvline too"
1740 atf_set "descr" "Move the cursor and draw a vertical line - tests vline too"
1750 atf_set "descr" "Draws a horizontal line on stdscr using complex character"
1760 atf_set "descr" "Draws a horizontal line on window using complex character"
1770 atf_set "descr" "Draws a vertical line on stdscr using complex character"
1780 atf_set "descr" "Draws a vertical line on window using complex character"
1794 atf_set "descr" "Test the newpad, subpad, pnoutrefresh and prefresh functions"
1804 atf_set "descr" "Tests pechochar and pecho_wchar functions"
1818 atf_set "descr" "Tests cursor positioning and window location routines"
1828 atf_set "descr" "Validate curses getting cursor locations in a window"
1838 atf_set "descr" "Validate curses getting the maximum x value of a window"
1848 atf_set "descr" "Validate curses getting the maximum y value of a window"
1858 atf_set "descr" "Check getting the location of a window relative to its parent"
1868 atf_set "descr" "Validate curses getting the maximum y value of a window"
1878 atf_set "descr" "Validate curses getting the maximum y value of a window"
1888 atf_set "descr" "Move the cursor on the screen"
1903 atf_set "descr" "Check all the modes of copying a window work"
1913 atf_set "descr" "Check duplicating a window works"
1923 atf_set "descr" "Tests deleting a window"
1933 atf_set "descr" "Check derived subwindow creation behaves correctly."
1943 atf_set "descr" "Check moving a window"
1953 atf_set "descr" "Move the mapping of a region relative to the parent"
1963 atf_set "descr" "Check creating a new window"
1973 atf_set "descr" "Checks overlaying the overlapping portion of two windows"
1983 atf_set "descr" "Checks overwriting the overlapping portion of two windows"
1993 atf_set "descr" "Tests dumping window to, and reloading window from, a file"
2007 atf_set
2017 atf_set "descr" "Validate curses set the background attributes on stdscr"
2027 atf_set "descr" "Validate curses sets the background character using a complex char on stdscr"
2037 atf_set "descr" "Validate curses getting the background attributes on stdscr"
2051 atf_set "descr" "Checks drawing a box around a window"
2061 atf_set "descr" "Checks drawing the box from complex character"
2071 atf_set "descr" "Checks drawing a border around a window"
2081 atf_set "descr" "Checks drawing borders from complex characters and renditions on stdscr"
2091 atf_set "descr" "Checks drawing borders from complex characters and renditions on window"
2105 atf_set "descr" "Checks curses can delete lines from stdscr and window both"
2115 atf_set "descr" "Checks curses can insert lines from stdscr and window both"
2125 atf_set "descr" "Checks curses can insert/delete lines from stdscr and window both based on argument"
2139 atf_set "descr" "Checks printing to a window"
2149 atf_set "descr" "Move the cursor and print a string"
2159 atf_set "descr" "Move the cursor and scan for input patterns"
2173 atf_set "descr" "Manipulate underscore attribute on stdscr"
2183 atf_set "descr" "Manipulate underscore attribute on window"
2197 atf_set "descr" "Try to emulate a curses application"