Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fx_date_helpers_unittest.cpp File Reference

(0ccf980226462398d5097987466bcffd8236e1e9)

Include dependency graph for fx_date_helpers_unittest.cpp:

Go to the source code of this file.

Typedefs

using FXDateHelperFakeTimeTest = FakeTimeTest

Enumerations

enum class  ConversionStatus
enum class  ConversionStatus

Functions

 TEST (FXDateHelperTest, GetYearFromTime)
 TEST (FXDateHelperTest, GetMonthFromTime)
 TEST_F (FXDateHelperFakeTimeTest, ParseDateUsingFormatWithEmptyParams)
 TEST_F (FXDateHelperFakeTimeTest, ParseDateUsingFormatForValidMonthDay)

Typedef Documentation

◆ FXDateHelperFakeTimeTest

Enumeration Type Documentation

◆ ConversionStatus [1/2]

enum class fxjs::ConversionStatus
strong

Definition at line 18 of file fx_date_helpers.h.

◆ ConversionStatus [2/2]

enum class fxjs::ConversionStatus
strong

Definition at line 18 of file fx_date_helpers.h.

Function Documentation

◆ TEST() [1/2]

TEST ( FXDateHelperTest ,
GetMonthFromTime  )

Definition at line 42 of file fx_date_helpers_unittest.cpp.

References fxjs::FX_GetMonthFromTime().

Here is the call graph for this function:

◆ TEST() [2/2]

TEST ( FXDateHelperTest ,
GetYearFromTime  )

Definition at line 18 of file fx_date_helpers_unittest.cpp.

References fxjs::FX_GetYearFromTime().

Here is the call graph for this function:

◆ TEST_F() [1/2]

TEST_F ( FXDateHelperFakeTimeTest ,
ParseDateUsingFormatForValidMonthDay  )

Definition at line 128 of file fx_date_helpers_unittest.cpp.

References fxjs::FX_ParseDateUsingFormat(), and fxjs::kSuccess.

Here is the call graph for this function:

◆ TEST_F() [2/2]

TEST_F ( FXDateHelperFakeTimeTest ,
ParseDateUsingFormatWithEmptyParams  )

Definition at line 115 of file fx_date_helpers_unittest.cpp.

References fxjs::FX_ParseDateUsingFormat(), and fxjs::kSuccess.

Here is the call graph for this function: