CanScan
Loading...
Searching...
No Matches
fr.softsf.canscan.util.DateHelperUTest Class Reference

Suite de tests unitaires pour les utilitaires de formatage de dates. More...

Collaboration diagram for fr.softsf.canscan.util.DateHelperUTest:

Package Functions

void givenCurrentTimeWhenNowUtcThenReturnFormattedString ()
 Vérifie que le formatage de l'instant présent respecte la norme UTC ISO-8601 compacte.
void givenNullDateAndTimeWhenValidateAndGetDateAndTimeThenReturnEmptyString ()
 Vérifie la gestion de paramètres nuls simultanés.
void givenNullDateWhenValidateAndGetDateAndTimeThenReturnEmptyString ()
 Vérifie la gestion d'une date nulle.
void givenNullTimeWhenValidateAndGetDateAndTimeThenReturnEmptyString ()
 Vérifie la gestion d'une heure nulle.
void givenValidDateAndTimeWhenValidateAndGetDateAndTimeThenReturnFormattedUtcString ()
 Vérifie la concaténation et le formatage d'une date et d'une heure spécifiques.

Detailed Description

Suite de tests unitaires pour les utilitaires de formatage de dates.

Member Function Documentation

◆ givenCurrentTimeWhenNowUtcThenReturnFormattedString()

void fr.softsf.canscan.util.DateHelperUTest.givenCurrentTimeWhenNowUtcThenReturnFormattedString ( )
package

Vérifie que le formatage de l'instant présent respecte la norme UTC ISO-8601 compacte.

Here is the call graph for this function:

◆ givenNullDateAndTimeWhenValidateAndGetDateAndTimeThenReturnEmptyString()

void fr.softsf.canscan.util.DateHelperUTest.givenNullDateAndTimeWhenValidateAndGetDateAndTimeThenReturnEmptyString ( )
package

Vérifie la gestion de paramètres nuls simultanés.

Here is the call graph for this function:

◆ givenNullDateWhenValidateAndGetDateAndTimeThenReturnEmptyString()

void fr.softsf.canscan.util.DateHelperUTest.givenNullDateWhenValidateAndGetDateAndTimeThenReturnEmptyString ( )
package

Vérifie la gestion d'une date nulle.

Here is the call graph for this function:

◆ givenNullTimeWhenValidateAndGetDateAndTimeThenReturnEmptyString()

void fr.softsf.canscan.util.DateHelperUTest.givenNullTimeWhenValidateAndGetDateAndTimeThenReturnEmptyString ( )
package

Vérifie la gestion d'une heure nulle.

Here is the call graph for this function:

◆ givenValidDateAndTimeWhenValidateAndGetDateAndTimeThenReturnFormattedUtcString()

void fr.softsf.canscan.util.DateHelperUTest.givenValidDateAndTimeWhenValidateAndGetDateAndTimeThenReturnFormattedUtcString ( )
package

Vérifie la concaténation et le formatage d'une date et d'une heure spécifiques.

Here is the call graph for this function:

The documentation for this class was generated from the following file: