iPXE
editstring_test Struct Reference

An editable string test. More...

Data Fields

const char * start
 Initial string, or NULL.
const int * keys
 Key sequence.
unsigned int count
 Length of key sequence.
const char * expected
 Expected result.

Detailed Description

An editable string test.

Definition at line 43 of file editstring_test.c.

Field Documentation

◆ start

const char* editstring_test::start

Initial string, or NULL.

Definition at line 45 of file editstring_test.c.

◆ keys

const int* editstring_test::keys

Key sequence.

Definition at line 47 of file editstring_test.c.

◆ count

unsigned int editstring_test::count

Length of key sequence.

Definition at line 49 of file editstring_test.c.

◆ expected

const char* editstring_test::expected

Expected result.

Definition at line 51 of file editstring_test.c.


The documentation for this struct was generated from the following file: