Cambridge SMT System
szfstream.gtest.cpp File Reference

Unit testing: szfstream class for [file] operations. More...

#include <googletesting.h>
#include "main.custom_assert.hpp"
#include "main.logger.hpp"
Include dependency graph for szfstream.gtest.cpp:

Go to the source code of this file.

Functions

 TEST (iszfstream, basictest)
 Test iszfstream. More...
 
 TEST (oszfstream, basictest)
 
 TEST (ioszfstream, combinedtest)
 
 TEST (iszfstream, fastforwardread)
 Basic test for FastForwardRead class. More...
 
int main (int argc, char **argv)
 main function. If compiled individualy, will kickoff any tests in this file. More...
 

Detailed Description

Unit testing: szfstream class for [file] operations.

Date
8-8-2012
Author
Gonzalo Iglesias

Definition in file szfstream.gtest.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

main function. If compiled individualy, will kickoff any tests in this file.

Definition at line 138 of file szfstream.gtest.cpp.

TEST ( iszfstream  ,
basictest   
)

Test iszfstream.

Definition at line 32 of file szfstream.gtest.cpp.

Here is the call graph for this function:

TEST ( oszfstream  ,
basictest   
)

Definition at line 54 of file szfstream.gtest.cpp.

Here is the call graph for this function:

TEST ( ioszfstream  ,
combinedtest   
)

Definition at line 70 of file szfstream.gtest.cpp.

Here is the call graph for this function:

TEST ( iszfstream  ,
fastforwardread   
)

Basic test for FastForwardRead class.

Definition at line 85 of file szfstream.gtest.cpp.