![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include <iostream>
#include <vector>
#include "phoenix_assert.h"
#include "print_string.h"
#include "phoenix_vector_split.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | testVectorSplit () |
Test the string filename function. More... | |
void | testVectorSplit2 () |
Test the string filename function. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 56 of file main.cpp.
References testVectorSplit(), and testVectorSplit2().
void testVectorSplit | ( | ) |
Test the string filename function.
Definition at line 15 of file main.cpp.
References phoenix_assert, phoenix_print(), and phoenix_vector_split().
Referenced by main().
void testVectorSplit2 | ( | ) |
Test the string filename function.
Definition at line 36 of file main.cpp.
References phoenix_assert, phoenix_print(), and phoenix_vector_split().
Referenced by main().