Of course
This commit is contained in:
parent
d6cffc16e4
commit
8edc8dab71
13 changed files with 951 additions and 951 deletions
|
|
@ -1,23 +1,23 @@
|
|||
/*----------------------------------------------------------
|
||||
* HTBLA-Leonding
|
||||
* ---------------------------------------------------------
|
||||
* Author: S. Schraml
|
||||
* ----------------------------------------------------------
|
||||
* Description:
|
||||
* Test functions for Roman Number.
|
||||
* ----------------------------------------------------------
|
||||
*/
|
||||
#ifndef ___TEST_ROMAN_NUMBER_H
|
||||
#define ___TEST_ROMAN_NUMBER_H
|
||||
|
||||
#include "shortcut.h"
|
||||
|
||||
TEST(test_create_with_valid_number);
|
||||
TEST(test_create_with_invalid_number);
|
||||
TEST(test_create_with_null_string);
|
||||
TEST(test_get_valid_value);
|
||||
TEST(test_get_value_from_invalid_number);
|
||||
TEST(test_calc_roman_gcd);
|
||||
TEST(test_int_gdc);
|
||||
|
||||
#endif
|
||||
/*----------------------------------------------------------
|
||||
* HTBLA-Leonding
|
||||
* ---------------------------------------------------------
|
||||
* Author: S. Schraml
|
||||
* ----------------------------------------------------------
|
||||
* Description:
|
||||
* Test functions for Roman Number.
|
||||
* ----------------------------------------------------------
|
||||
*/
|
||||
#ifndef ___TEST_ROMAN_NUMBER_H
|
||||
#define ___TEST_ROMAN_NUMBER_H
|
||||
|
||||
#include "shortcut.h"
|
||||
|
||||
TEST(test_create_with_valid_number);
|
||||
TEST(test_create_with_invalid_number);
|
||||
TEST(test_create_with_null_string);
|
||||
TEST(test_get_valid_value);
|
||||
TEST(test_get_value_from_invalid_number);
|
||||
TEST(test_calc_roman_gcd);
|
||||
TEST(test_int_gdc);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue