ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Functions
input_help_test.cpp File Reference
#include "gtest/gtest.h"
#include "source_io/input_help.h"
#include <sstream>
#include <iostream>
Include dependency graph for input_help_test.cpp:

Classes

class  ScopedCoutRedirect
 
class  ParameterHelpTest
 

Functions

 TEST_F (ParameterHelpTest, Initialization)
 
 TEST_F (ParameterHelpTest, GetMetadataKnownParameter)
 
 TEST_F (ParameterHelpTest, GetMetadataUnknownParameter)
 
 TEST_F (ParameterHelpTest, ShowParameterHelpKnown)
 
 TEST_F (ParameterHelpTest, ShowParameterHelpUnknown)
 
 TEST_F (ParameterHelpTest, SearchParametersExact)
 
 TEST_F (ParameterHelpTest, SearchParametersPartial)
 
 TEST_F (ParameterHelpTest, SearchParametersCaseInsensitive)
 
 TEST_F (ParameterHelpTest, SearchParametersNoMatch)
 
 TEST_F (ParameterHelpTest, ShowGeneralHelp)
 
 TEST_F (ParameterHelpTest, CommonParametersExist)
 
 TEST_F (ParameterHelpTest, MetadataFieldsPopulated)
 
 TEST_F (ParameterHelpTest, CaseInsensitiveLookup)
 
 TEST_F (ParameterHelpTest, FuzzyMatchingSingleCharTypo)
 
 TEST_F (ParameterHelpTest, FuzzyMatchingExtraChar)
 
 TEST_F (ParameterHelpTest, FuzzyMatchingSwappedChars)
 
 TEST_F (ParameterHelpTest, FuzzyMatchingCaseInsensitive)
 
 TEST_F (ParameterHelpTest, FuzzyMatchingMultipleSuggestions)
 
 TEST_F (ParameterHelpTest, FuzzyMatchingNoCloseMatches)
 
 TEST_F (ParameterHelpTest, FuzzyMatchingMaxSuggestions)
 
 TEST_F (ParameterHelpTest, FuzzyMatchingMaxDistance)
 
 TEST_F (ParameterHelpTest, ListFormattingDisplayed)
 
 TEST_F (ParameterHelpTest, WordWrapMaxWidth)
 
 TEST_F (ParameterHelpTest, EsolverTypeListFormatting)
 
 TEST_F (ParameterHelpTest, SymmetryListFormatting)
 
 TEST_F (ParameterHelpTest, DescriptionContentPreserved)
 
 TEST_F (ParameterHelpTest, GenerateYamlHeader)
 
 TEST_F (ParameterHelpTest, GenerateYamlContainsKnownParams)
 
 TEST_F (ParameterHelpTest, GenerateYamlParameterCount)
 
 TEST_F (ParameterHelpTest, GenerateYamlBlockScalar)
 

Function Documentation

◆ TEST_F() [1/30]

TEST_F ( ParameterHelpTest  ,
CaseInsensitiveLookup   
)
Here is the call graph for this function:

◆ TEST_F() [2/30]

TEST_F ( ParameterHelpTest  ,
CommonParametersExist   
)
Here is the call graph for this function:

◆ TEST_F() [3/30]

TEST_F ( ParameterHelpTest  ,
DescriptionContentPreserved   
)
Here is the call graph for this function:

◆ TEST_F() [4/30]

TEST_F ( ParameterHelpTest  ,
EsolverTypeListFormatting   
)
Here is the call graph for this function:

◆ TEST_F() [5/30]

TEST_F ( ParameterHelpTest  ,
FuzzyMatchingCaseInsensitive   
)
Here is the call graph for this function:

◆ TEST_F() [6/30]

TEST_F ( ParameterHelpTest  ,
FuzzyMatchingExtraChar   
)
Here is the call graph for this function:

◆ TEST_F() [7/30]

TEST_F ( ParameterHelpTest  ,
FuzzyMatchingMaxDistance   
)
Here is the call graph for this function:

◆ TEST_F() [8/30]

TEST_F ( ParameterHelpTest  ,
FuzzyMatchingMaxSuggestions   
)
Here is the call graph for this function:

◆ TEST_F() [9/30]

TEST_F ( ParameterHelpTest  ,
FuzzyMatchingMultipleSuggestions   
)
Here is the call graph for this function:

◆ TEST_F() [10/30]

TEST_F ( ParameterHelpTest  ,
FuzzyMatchingNoCloseMatches   
)
Here is the call graph for this function:

◆ TEST_F() [11/30]

TEST_F ( ParameterHelpTest  ,
FuzzyMatchingSingleCharTypo   
)
Here is the call graph for this function:

◆ TEST_F() [12/30]

TEST_F ( ParameterHelpTest  ,
FuzzyMatchingSwappedChars   
)
Here is the call graph for this function:

◆ TEST_F() [13/30]

TEST_F ( ParameterHelpTest  ,
GenerateYamlBlockScalar   
)
Here is the call graph for this function:

◆ TEST_F() [14/30]

TEST_F ( ParameterHelpTest  ,
GenerateYamlContainsKnownParams   
)
Here is the call graph for this function:

◆ TEST_F() [15/30]

TEST_F ( ParameterHelpTest  ,
GenerateYamlHeader   
)
Here is the call graph for this function:

◆ TEST_F() [16/30]

TEST_F ( ParameterHelpTest  ,
GenerateYamlParameterCount   
)
Here is the call graph for this function:

◆ TEST_F() [17/30]

TEST_F ( ParameterHelpTest  ,
GetMetadataKnownParameter   
)
Here is the call graph for this function:

◆ TEST_F() [18/30]

TEST_F ( ParameterHelpTest  ,
GetMetadataUnknownParameter   
)
Here is the call graph for this function:

◆ TEST_F() [19/30]

TEST_F ( ParameterHelpTest  ,
Initialization   
)

◆ TEST_F() [20/30]

TEST_F ( ParameterHelpTest  ,
ListFormattingDisplayed   
)
Here is the call graph for this function:

◆ TEST_F() [21/30]

TEST_F ( ParameterHelpTest  ,
MetadataFieldsPopulated   
)
Here is the call graph for this function:

◆ TEST_F() [22/30]

TEST_F ( ParameterHelpTest  ,
SearchParametersCaseInsensitive   
)
Here is the call graph for this function:

◆ TEST_F() [23/30]

TEST_F ( ParameterHelpTest  ,
SearchParametersExact   
)
Here is the call graph for this function:

◆ TEST_F() [24/30]

TEST_F ( ParameterHelpTest  ,
SearchParametersNoMatch   
)
Here is the call graph for this function:

◆ TEST_F() [25/30]

TEST_F ( ParameterHelpTest  ,
SearchParametersPartial   
)
Here is the call graph for this function:

◆ TEST_F() [26/30]

TEST_F ( ParameterHelpTest  ,
ShowGeneralHelp   
)
Here is the call graph for this function:

◆ TEST_F() [27/30]

TEST_F ( ParameterHelpTest  ,
ShowParameterHelpKnown   
)
Here is the call graph for this function:

◆ TEST_F() [28/30]

TEST_F ( ParameterHelpTest  ,
ShowParameterHelpUnknown   
)
Here is the call graph for this function:

◆ TEST_F() [29/30]

TEST_F ( ParameterHelpTest  ,
SymmetryListFormatting   
)
Here is the call graph for this function:

◆ TEST_F() [30/30]

TEST_F ( ParameterHelpTest  ,
WordWrapMaxWidth   
)
Here is the call graph for this function: