Something went wrong while setting issue due date.
TYPED_TEST_CASE deprecated according to Google Test
Upon compilation of Unit Tests that use TYPED_TEST_CASE, Google Test throws a series of warnings stating that TYPED_TEST_CASE is deprecated and should be replaced with TYPE_TEST_SUITE.
Should TYPED_TEST_CASE be replaced with TYPED_TEST_SUITE?