@ -18,6 +18,12 @@ float result = CzuF(25);
float expected = 77;
TEST_ASSERT_EQUAL(expected, result);
}
void test_temperaturRechner_CzuFnegativ(void)
{
float result = CzuF(-5);
float expected = 23;
void test_temperaturRechner_CzuK(void)