Sorry, the coverage capability is not available for your configuration. You need to install Xdebug and enable it in your php configuration file.

GASELL Testing Suite : GasellTypesClass

GASELL Testing Suite : GasellTypesClass

Testing of GasellTypes::isSupported
Test avec les types supportes
Test avec les types non supportes
End of testing of GasellTypes::isSupported. 2 test sets have been executed.


Testing of GasellTypes::toMDB2Type
Conversion du type <integer>
Conversion du type <uinteger>
Conversion du type <float>
Conversion du type <ufloat>
Conversion du type <boolean>
Conversion du type <text>
Test avec des types non supportes
End of testing of GasellTypes::toMDB2Type. 7 test sets have been executed.
Hide/Show Error stack

Testing of GasellTypes::neutralOf
Neutre du type <integer>
Neutre du type <uinteger>
Neutre du type <float>
Neutre du type <ufloat>
Neutre du type <boolean>
Neutre du type <text>
Test de la fonction de support
End of testing of GasellTypes::neutralOf. 7 test sets have been executed.


Testing of GasellTypes::isOfTypeUinteger
Test avec un entier positif non null
Test avec un entier null
Test avec un entier negatif
Test avec un flottant
Test avec des valeurs non numériques
End of testing of GasellTypes::isOfTypeUinteger. 5 test sets have been executed.


Testing of GasellTypes::isOfTypeInteger
Test avec un entier positif non null
Test avec un entier null
Test avec un entier negatif
Test avec un flottant
Test avec des valeurs non numériques
End of testing of GasellTypes::isOfTypeInteger. 5 test sets have been executed.


Testing of GasellTypes::isOfTypeUfloat
Test avec un float positif non null
Test avec un float null
Test avec un float negatif
Test avec des valeurs non numériques
End of testing of GasellTypes::isOfTypeUfloat. 4 test sets have been executed.


Testing of GasellTypes::isOfTypeFloat
Test avec un float positif non null
Test avec un float null
Test avec un float negatif
Test avec des valeurs non numériques
End of testing of GasellTypes::isOfTypeFloat. 4 test sets have been executed.


Testing of GasellTypes::isOfTypeText
Test avec des chaines de caracteres
Test avec des non text
End of testing of GasellTypes::isOfTypeText. 2 test sets have been executed.


Testing of GasellTypes::isOfTypeEmail
Test avec differents types d'email
Test avec des non emails
Test avec non chaines
End of testing of GasellTypes::isOfTypeEmail. 3 test sets have been executed.


Testing of GasellTypes::isOfTypeZipcode
Test avec differents types de zipcode
Test avec des non zipcodes
End of testing of GasellTypes::isOfTypeZipcode. 2 test sets have been executed.


Testing of GasellTypes::isOfTypeBoolean
Test de base avec true et false
Test avec des expressions booleennes
Test avec des non booleens
End of testing of GasellTypes::isOfTypeBoolean. 3 test sets have been executed.


Testing of GasellTypes::isOfTypeLogin
Test avec des logins valides
Test avec des logins de tailles illegales
Test avec des caracteres illegaux
Test avec des valeurs incorrectes
End of testing of GasellTypes::isOfTypeLogin. 4 test sets have been executed.


Testing of GasellTypes::isOfTypeDate
Test avec des dates valides
Test avec des dates invalides par leur format
Test avec des dates invalides par nature
Test avec des valeurs diverses
End of testing of GasellTypes::isOfTypeDate. 4 test sets have been executed.
Hide/Show Error stack

Testing of GasellTypes::isOfTypeTable
Test avec des noms de tables valides
Test avec des noms de tables invalides
End of testing of GasellTypes::isOfTypeTable. 2 test sets have been executed.


Testing of GasellTypes::isOfTypeCol
Test avec des noms de colonnes valides
Test avec des noms de colonnes invalides
End of testing of GasellTypes::isOfTypeCol. 2 test sets have been executed.


Testing of GasellTypes::toTypeInteger
Test avec un entier positif non null
Test avec un entier null
Test avec un entier negatif
Test avec un flottant
Test avec des valeurs non numériques
End of testing of GasellTypes::toTypeInteger. 5 test sets have been executed.


Testing of GasellTypes::toTypeUinteger
Test avec un entier positif non null
Test avec un entier null
Test avec un entier negatif
Test avec un flottant
Test avec des valeurs non numériques
End of testing of GasellTypes::toTypeUinteger. 5 test sets have been executed.


Testing of GasellTypes::toTypeFloat
Test avec un float positif non null
Test avec un float null
Test avec un float negatif
Test avec des entiers
Test avec des valeurs non numériques
End of testing of GasellTypes::toTypeFloat. 5 test sets have been executed.


Testing of GasellTypes::toTypeUfloat
Test avec un float positif non null
Test avec un float null
Test avec des entiers
Test avec un float negatif
Test avec des valeurs non numériques
End of testing of GasellTypes::toTypeUfloat. 5 test sets have been executed.


Testing of GasellTypes::toTypeText
Test avec des chaines de caracteres
Test avec des entiers
Test avec des flottants
Test avec des booleens
Test avec des non convertibles
End of testing of GasellTypes::toTypeText. 5 test sets have been executed.


Testing of GasellTypes::toTypeEmail
Test avec des emails valides
Test avec des emails non valide
End of testing of GasellTypes::toTypeEmail. 2 test sets have been executed.


Testing of GasellTypes::toTypeZipcode
Test avec des zipcodes valides
Test avec des zipcodes non valide
End of testing of GasellTypes::toTypeZipcode. 2 test sets have been executed.


Testing of GasellTypes::toTypeBoolean
Test des conversions en <true>
Test des conversions en <false>
End of testing of GasellTypes::toTypeBoolean. 2 test sets have been executed.


Testing of GasellTypes::toTypeLogin
Test avec des logins valides
Test avec des logins indirectement valides
Test avec des logins invalides
Test avec des valeurs incorrectes
End of testing of GasellTypes::toTypeLogin. 4 test sets have been executed.


Testing of GasellTypes::toTypeDate
Test avec des dates valides
Test avec des dates invalides par leur format
Test avec des valeurs diverses
End of testing of GasellTypes::toTypeDate. 3 test sets have been executed.


Testing of GasellTypes::toTypeTable
Test avec des noms de tables valides au depart
Test avec noms de tables potentiellement valides
Test avec des noms de tables invalides
Test avec des valeurs incorrectes
End of testing of GasellTypes::toTypeTable. 4 test sets have been executed.


Testing of GasellTypes::toTypeCol
Test avec des noms de colonnes valides au depart
Test avec noms de colonnes potentiellement valides
Test avec des noms de colonnes invalides
Test avec des valeurs incorrectes
End of testing of GasellTypes::toTypeCol. 4 test sets have been executed.


Testing of GasellTypes::toType
Test avec des types non supportes
Test <integer> avec entier positif
Test <integer> avec un entier null
Test <integer> avec un entier negatif
Test <integer> avec un non entier
Test <uinteger> avec entier positif
Test <uinteger> avec un entier null
Test <uinteger> avec un entier negatif
Test <uinteger> avec un non entier
End of testing of GasellTypes::toType. 9 test sets have been executed.
Hide/Show Error stack

1/1 test cases complete: 386 passes, 0 fails and 0 exceptions.

Return to tests selection

Class GasellTypes

111 sets of tests performed.
Hide/Show  Function coverage : 30 methods (0 inherited, 2 private) : 28 tested [ 93 % of all - 93 % of not inherited - 100 % of public ]