#include "unity.h" #include "fakultaet.h" void setUp(){} void tearDown(){} void test_fakultaetOf0() { TEST_ASSERT_EQUAL_INT(1, fakultaet(0)); }