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

Classes

class  realArrayTest
 

Namespaces

namespace  ModuleBase
 

Functions

void ModuleBase::realArrayAlloc ()
 
 TEST_F (realArrayTest, GetArrayCount)
 
 TEST_F (realArrayTest, Construct)
 
 TEST_F (realArrayTest, Create)
 
 TEST_F (realArrayTest, GetSize)
 
 TEST_F (realArrayTest, GetDim)
 
 TEST_F (realArrayTest, ZeroOut)
 
 TEST_F (realArrayTest, GetBound)
 
 TEST_F (realArrayTest, ArrayEqReal)
 
 TEST_F (realArrayTest, ArrayEqArray)
 
 TEST_F (realArrayTest, Parentheses)
 
 TEST_F (realArrayTest, ConstParenthesesExpert)
 
 TEST_F (realArrayTest, Alloc)
 
 TEST_F (realArrayTest, Zeros)
 

Function Documentation

◆ TEST_F() [1/13]

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

◆ TEST_F() [2/13]

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

◆ TEST_F() [3/13]

TEST_F ( realArrayTest  ,
ArrayEqReal   
)
Here is the call graph for this function:

◆ TEST_F() [4/13]

TEST_F ( realArrayTest  ,
ConstParenthesesExpert   
)

◆ TEST_F() [5/13]

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

◆ TEST_F() [6/13]

TEST_F ( realArrayTest  ,
Create   
)

◆ TEST_F() [7/13]

TEST_F ( realArrayTest  ,
GetArrayCount   
)
Here is the call graph for this function:

◆ TEST_F() [8/13]

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

◆ TEST_F() [9/13]

TEST_F ( realArrayTest  ,
GetDim   
)
Here is the call graph for this function:

◆ TEST_F() [10/13]

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

◆ TEST_F() [11/13]

TEST_F ( realArrayTest  ,
Parentheses   
)

◆ TEST_F() [12/13]

TEST_F ( realArrayTest  ,
ZeroOut   
)

◆ TEST_F() [13/13]

TEST_F ( realArrayTest  ,
Zeros   
)