![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
#include <iostream>
#include "phoenix_assert.h"
#include "phoenix_check.h"
#include "phoenix_system.h"
Go to the source code of this file.
Functions | |
bool | checkOptionCompletion (const PString &program, const PString &partialOption, const PString &prevCursorOption, const PString &cursorOption, const PString &expectedResult) |
Check the option completion of a program. More... | |
int | main (int argc, char **argv) |
void | testCompletion () |
Test the completion of the option. More... | |
bool checkOptionCompletion | ( | const PString & | program, |
const PString & | partialOption, | ||
const PString & | prevCursorOption, | ||
const PString & | cursorOption, | ||
const PString & | expectedResult | ||
) |
Check the option completion of a program.
program | : program to be tested |
partialOption | : partial typed option |
cursorOption | : option of the cursor |
prevCursorOption | : previous cursor option |
expectedResult | : expected completion result |
Definition at line 21 of file main.cpp.
References phoenix_check(), and phoenix_popen().
Referenced by testCompletion().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 52 of file main.cpp.
References testCompletion().
void testCompletion | ( | ) |
Test the completion of the option.
Definition at line 32 of file main.cpp.
References checkOptionCompletion(), and phoenix_assert.
Referenced by main().