ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
intarray_test.cpp File Reference
#include "../intarray.h"
#include "gtest/gtest.h"
#include "gmock/gmock.h"
Include dependency graph for intarray_test.cpp:

Classes

class  IntArrayTest
 

Namespaces

namespace  ModuleBase
 

Functions

void ModuleBase::IntArrayAlloc ()
 
 TEST_F (IntArrayTest, Construct)
 
 TEST_F (IntArrayTest, Create)
 
 TEST_F (IntArrayTest, GetSize)
 
 TEST_F (IntArrayTest, GetDim)
 
 TEST_F (IntArrayTest, ZeroOut)
 
 TEST_F (IntArrayTest, GetBound)
 
 TEST_F (IntArrayTest, ArrayEqInt)
 
 TEST_F (IntArrayTest, ArrayEqArray)
 
 TEST_F (IntArrayTest, Parentheses)
 
 TEST_F (IntArrayTest, ConstParentheses)
 
 TEST_F (IntArrayTest, Alloc)
 

Function Documentation

◆ TEST_F() [1/11]

TEST_F ( IntArrayTest  ,
Alloc   
)
Here is the call graph for this function:

◆ TEST_F() [2/11]

TEST_F ( IntArrayTest  ,
ArrayEqArray   
)
Here is the call graph for this function:

◆ TEST_F() [3/11]

TEST_F ( IntArrayTest  ,
ArrayEqInt   
)

◆ TEST_F() [4/11]

TEST_F ( IntArrayTest  ,
ConstParentheses   
)

◆ TEST_F() [5/11]

TEST_F ( IntArrayTest  ,
Construct   
)
Here is the call graph for this function:

◆ TEST_F() [6/11]

TEST_F ( IntArrayTest  ,
Create   
)

◆ TEST_F() [7/11]

TEST_F ( IntArrayTest  ,
GetBound   
)
Here is the call graph for this function:

◆ TEST_F() [8/11]

TEST_F ( IntArrayTest  ,
GetDim   
)

◆ TEST_F() [9/11]

TEST_F ( IntArrayTest  ,
GetSize   
)
Here is the call graph for this function:

◆ TEST_F() [10/11]

TEST_F ( IntArrayTest  ,
Parentheses   
)

◆ TEST_F() [11/11]

TEST_F ( IntArrayTest  ,
ZeroOut   
)