You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+11-2
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ <h2>CppUTest unit testing and mocking framework for C/C++</h2>
22
22
<ahref="https://github.com/downloads/basvodde/cpputest/CppUTest-v3.2.zip" class="btn">Download Release 3.2 as .zip</a>
23
23
<ahref="https://github.com/downloads/basvodde/cpputest/CppUTest-v3.2.tar.gz" class="btn">Download Release 3.2 as .tar.gz</a>
24
24
<ahref="https://github.com/basvodde/cpputest/zipball/master" class="btn">Download latest code as .zip</a>
25
-
<ahref="https://github.com/basvodde/cpputest/tarball/master" class="btn">Download latest code as .tar.gz</a>
26
25
<ahref="https://github.com/basvodde/cpputest" class="btn btn-github"><spanclass="icon"></span>View on GitHub</a>
27
26
</section>
28
27
</div>
@@ -32,7 +31,17 @@ <h2>CppUTest unit testing and mocking framework for C/C++</h2>
32
31
<sectionid="main_content">
33
32
<h3>Welcome to CppUTest github page.</h3>
34
33
35
-
<p>This is CppUTest</p>
34
+
<p>What is CppUTest</p>
35
+
36
+
CppUTest is a C /C++ based unit xUnit test framework for unit testing and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems but it works for any C/C++ project.
37
+
38
+
CppUTest is based on the following design principles
0 commit comments