webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions
char_test.cpp File Reference
#include <algorithm>
#include <climits>
#include "PreprocessorTest.h"
#include "compiler/preprocessor/Token.h"

Classes

class  CharTest
 

Functions

bool isPunctuator (char c)
 
bool isWhitespace (char c)
 
 TEST_P (CharTest, Identified)
 
 INSTANTIATE_TEST_CASE_P (All, CharTest, testing::Range(CHAR_MIN, CHAR_MAX+1))
 

Function Documentation

◆ INSTANTIATE_TEST_CASE_P()

INSTANTIATE_TEST_CASE_P ( All  ,
CharTest  ,
testing::Range(CHAR_MIN, CHAR_MAX+1)   
)

◆ isPunctuator()

bool isPunctuator ( char  c)

◆ isWhitespace()

bool isWhitespace ( char  c)

◆ TEST_P()

TEST_P ( CharTest  ,
Identified   
)