Example #1
0
static void _failTextMethod()
{
	HasTheDestructorBeenCalledChecker checker;
	FAIL_TEXT_C("Booo");
}
Example #2
0
void _failTextMethod()
{
	FAIL_TEXT_C("Booo");
}