Skip to content

Commit 7c7fec6

Browse files
committed
main
1 parent 50cfe88 commit 7c7fec6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+67
-0
lines changed

README.md

Lines changed: 62 additions & 0 deletions

googletest/hello_gtest.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#include <gtest/gtest.h>
2+
#include <bits/stdc++.h>
3+
4+
// This is a simple test case to demonstrate the use of Google Test framework.
5+
6+
/* ### Work in Progress */
27

38
TEST(HelloTest, BasicAssertions) {
49
EXPECT_EQ(1 + 1, 2);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)