https://mooseframework.inl.gov
Functions
SampleTest.C File Reference

Go to the source code of this file.

Functions

 TEST (MySampleTests, descriptiveTestName)
 
 TEST (MySampleTests, anotherTest)
 

Function Documentation

◆ TEST() [1/2]

TEST ( MySampleTests  ,
descriptiveTestName   
)

Definition at line 12 of file SampleTest.C.

13 {
14  // compare equality
15  EXPECT_EQ(2, 1 + 1);
16  EXPECT_DOUBLE_EQ(2 * 3.5, 1.0 * 8 - 1);
17 }

◆ TEST() [2/2]

TEST ( MySampleTests  ,
anotherTest   
)

Definition at line 19 of file SampleTest.C.

19 { EXPECT_LE(1, 2); }