Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32768884
BackupTest.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
284 B
Referenced Files
None
Subscribers
None
BackupTest.cpp
View Options
#include
<gtest/gtest.h>
class
BackupTest
:
public
testing
::
Test
{
protected
:
virtual
void
SetUp
()
{
//...
}
virtual
void
TearDown
()
{
//...
}
};
TEST_F
(
BackupTest
,
passingTest
)
{
EXPECT_TRUE
(
true
);
}
TEST_F
(
BackupTest
,
failingTest
)
{
// EXPECT_TRUE(false);
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Fri, Jan 9, 1:18 PM (21 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5904353
Default Alt Text
BackupTest.cpp (284 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment