webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
sample2_unittest.cc File Reference
#include "sample2.h"
#include <gtest/gtest.h>

Functions

 TEST (MyString, DefaultConstructor)
 
 TEST (MyString, ConstructorFromCString)
 
 TEST (MyString, CopyConstructor)
 
 TEST (MyString, Set)
 

Variables

const char kHelloString [] = "Hello, world!"
 

Function Documentation

◆ TEST() [1/4]

TEST ( MyString  ,
DefaultConstructor   
)

◆ TEST() [2/4]

TEST ( MyString  ,
ConstructorFromCString   
)

◆ TEST() [3/4]

TEST ( MyString  ,
CopyConstructor   
)

◆ TEST() [4/4]

TEST ( MyString  ,
Set   
)

Variable Documentation

◆ kHelloString

const char kHelloString[] = "Hello, world!"