RSLM-DevOps 1.0.0
Chargement...
Recherche...
Aucune correspondance
Fonctions membres publiques | Attributs privés | Liste de tous les membres
Référence de la classe DataFrameTest
Graphe de collaboration de DataFrameTest:
Collaboration graph
[légende]

Fonctions membres publiques

void setUp ()
 
void testSum ()
 
void testAverage ()
 
void testMin ()
 
void testMax ()
 
void testEmptyColumnStatistics ()
 
void testNonExistentColumn ()
 
void testSumWithNullAndNegativeValues ()
 
void testAverageWithNullValues ()
 
void testSelectAdvanced () throws Exception
 
void testSelectAdvancedWithInvalidHeader () throws Exception
 
void noCSVTestCreation () throws IOException
 Test de création avec un path invalide.
 
void basicCSVTestCreation () throws IOException
 Test de création avec un path valide.
 
void basicCSVTestCreationNoDelimiter () throws IOException
 Test de création sans préciser le délimiteur.
 
void basicCSVTestCreationNoHeader () throws Exception
 Test de création avec un fichier csv sans header.
 
void emptyCSVTestCreationNoDelimiter () throws IOException
 Test de création avec un csv vide.
 
void basicHeaderLineTestCreation () throws Exception
 
void testDataFrameCreation ()
 
void testDataFrameCreationNoHeader ()
 
void testDataFrameCreationFromData ()
 
void testToStringDisplay () throws Exception
 
void testToStringPartialDisplay () throws Exception
 
void testToStringDisplayByIndex () throws Exception
 
void testAccessData ()
 
void testSetIndexes ()
 
void testToStringDisplayByHeader () throws Exception
 
void testExceptionHandling () throws Exception
 
void testAccessDataByIndex ()
 
void testNegativeLinesForPartialDisplay () throws Exception
 

Attributs privés

DataFrame< String, Double > dataFrame
 

Documentation des fonctions membres

◆ basicCSVTestCreation()

void DataFrameTest.basicCSVTestCreation ( ) throws IOException
inline

Test de création avec un path valide.

◆ basicCSVTestCreationNoDelimiter()

void DataFrameTest.basicCSVTestCreationNoDelimiter ( ) throws IOException
inline

Test de création sans préciser le délimiteur.

◆ basicCSVTestCreationNoHeader()

void DataFrameTest.basicCSVTestCreationNoHeader ( ) throws Exception
inline

Test de création avec un fichier csv sans header.

◆ basicHeaderLineTestCreation()

void DataFrameTest.basicHeaderLineTestCreation ( ) throws Exception
inline

◆ emptyCSVTestCreationNoDelimiter()

void DataFrameTest.emptyCSVTestCreationNoDelimiter ( ) throws IOException
inline

Test de création avec un csv vide.

◆ noCSVTestCreation()

void DataFrameTest.noCSVTestCreation ( ) throws IOException
inline

Test de création avec un path invalide.

◆ setUp()

void DataFrameTest.setUp ( )
inline

◆ testAccessData()

void DataFrameTest.testAccessData ( )
inline

◆ testAccessDataByIndex()

void DataFrameTest.testAccessDataByIndex ( )
inline

◆ testAverage()

void DataFrameTest.testAverage ( )
inline

◆ testAverageWithNullValues()

void DataFrameTest.testAverageWithNullValues ( )
inline

◆ testDataFrameCreation()

void DataFrameTest.testDataFrameCreation ( )
inline

◆ testDataFrameCreationFromData()

void DataFrameTest.testDataFrameCreationFromData ( )
inline

◆ testDataFrameCreationNoHeader()

void DataFrameTest.testDataFrameCreationNoHeader ( )
inline

◆ testEmptyColumnStatistics()

void DataFrameTest.testEmptyColumnStatistics ( )
inline

◆ testExceptionHandling()

void DataFrameTest.testExceptionHandling ( ) throws Exception
inline

◆ testMax()

void DataFrameTest.testMax ( )
inline

◆ testMin()

void DataFrameTest.testMin ( )
inline

◆ testNegativeLinesForPartialDisplay()

void DataFrameTest.testNegativeLinesForPartialDisplay ( ) throws Exception
inline

◆ testNonExistentColumn()

void DataFrameTest.testNonExistentColumn ( )
inline

◆ testSelectAdvanced()

void DataFrameTest.testSelectAdvanced ( ) throws Exception
inline

◆ testSelectAdvancedWithInvalidHeader()

void DataFrameTest.testSelectAdvancedWithInvalidHeader ( ) throws Exception
inline

◆ testSetIndexes()

void DataFrameTest.testSetIndexes ( )
inline

◆ testSum()

void DataFrameTest.testSum ( )
inline

◆ testSumWithNullAndNegativeValues()

void DataFrameTest.testSumWithNullAndNegativeValues ( )
inline

◆ testToStringDisplay()

void DataFrameTest.testToStringDisplay ( ) throws Exception
inline

◆ testToStringDisplayByHeader()

void DataFrameTest.testToStringDisplayByHeader ( ) throws Exception
inline

◆ testToStringDisplayByIndex()

void DataFrameTest.testToStringDisplayByIndex ( ) throws Exception
inline

◆ testToStringPartialDisplay()

void DataFrameTest.testToStringPartialDisplay ( ) throws Exception
inline

Documentation des données membres

◆ dataFrame

DataFrame<String, Double> DataFrameTest.dataFrame
private

La documentation de cette classe a été générée à partir du fichier suivant :