cpp-project-template 0.0.1.0
C++ Project Template
Loading...
Searching...
No Matches
tutorial_1_gtest.cpp File Reference

This file contains unit tests for the functions in tutorial_1.hpp. More...

Functions

 TEST (HelloTest, BasicAssertions)
 Demonstrate some basic assertions.
 TEST (Tutorial1, Factorial)
 Test the factorial function.
int main (int argc, char **argv)
 Entry point for running our unit tests.

Detailed Description

This file contains unit tests for the functions in tutorial_1.hpp.

Author
David Gonçalves (11088.nosp@m.596+.nosp@m.Manga.nosp@m.D@us.nosp@m.ers.n.nosp@m.orep.nosp@m.ly.gi.nosp@m.thub.nosp@m..com)
Version
0.1
Date
2023-06-01

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Entry point for running our unit tests.

◆ TEST() [1/2]

TEST ( HelloTest ,
BasicAssertions  )

Demonstrate some basic assertions.

◆ TEST() [2/2]

TEST ( Tutorial1 ,
Factorial  )

Test the factorial function.