Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Functions | |
TEST (FactorialTest, Negative) | |
TEST (FactorialTest, Zero) | |
TEST (FactorialTest, Positive) | |
TEST (IsPrimeTest, Negative) | |
TEST (IsPrimeTest, Trivial) | |
TEST (IsPrimeTest, Positive) | |
TEST | ( | FactorialTest | , |
Negative | |||
) |
Definition at line 79 of file sample1_unittest.cc.
View newest version in sPHENIX GitHub at line 79 of file sample1_unittest.cc
References EXPECT_EQ, EXPECT_GT, and Factorial().
TEST | ( | FactorialTest | , |
Zero | |||
) |
Definition at line 103 of file sample1_unittest.cc.
View newest version in sPHENIX GitHub at line 103 of file sample1_unittest.cc
References EXPECT_EQ, and Factorial().
TEST | ( | FactorialTest | , |
Positive | |||
) |
Definition at line 108 of file sample1_unittest.cc.
View newest version in sPHENIX GitHub at line 108 of file sample1_unittest.cc
References EXPECT_EQ, and Factorial().
TEST | ( | IsPrimeTest | , |
Negative | |||
) |
Definition at line 119 of file sample1_unittest.cc.
View newest version in sPHENIX GitHub at line 119 of file sample1_unittest.cc
References EXPECT_FALSE, and IsPrime().
TEST | ( | IsPrimeTest | , |
Trivial | |||
) |
Definition at line 128 of file sample1_unittest.cc.
View newest version in sPHENIX GitHub at line 128 of file sample1_unittest.cc
References EXPECT_FALSE, EXPECT_TRUE, and IsPrime().
TEST | ( | IsPrimeTest | , |
Positive | |||
) |
Definition at line 136 of file sample1_unittest.cc.
View newest version in sPHENIX GitHub at line 136 of file sample1_unittest.cc
References EXPECT_FALSE, EXPECT_TRUE, and IsPrime().