No changes made
This commit is contained in:
parent
a8c43c188b
commit
f5175c483d
50 changed files with 8240 additions and 8240 deletions
|
|
@ -1,26 +1,26 @@
|
|||
/*----------------------------------------------------------
|
||||
* HTBLA-Leonding / Klasse: n/a
|
||||
* ---------------------------------------------------------
|
||||
* Exercise Number: B1
|
||||
* Title: Unit Tests for Mine Sweeper UI utilities
|
||||
* Author: S. Schraml
|
||||
* ----------------------------------------------------------
|
||||
* Description:
|
||||
* Test functions for Mine Sweeper UI Utilities.
|
||||
* ----------------------------------------------------------
|
||||
*/
|
||||
#ifndef ___TEST_MS_UI_UTILS_H
|
||||
#define ___TEST_MS_UI_UTILS_H
|
||||
|
||||
#include "shortcut.h"
|
||||
|
||||
TEST(test_random);
|
||||
TEST(test_convert_column_addr);
|
||||
TEST(test_convert_row_addr);
|
||||
TEST(test_convert_actions);
|
||||
TEST(test_get_marker_symbol);
|
||||
TEST(test_get_mine_symbol);
|
||||
TEST(test_get_status_label);
|
||||
|
||||
|
||||
#endif
|
||||
/*----------------------------------------------------------
|
||||
* HTBLA-Leonding / Klasse: n/a
|
||||
* ---------------------------------------------------------
|
||||
* Exercise Number: B1
|
||||
* Title: Unit Tests for Mine Sweeper UI utilities
|
||||
* Author: S. Schraml
|
||||
* ----------------------------------------------------------
|
||||
* Description:
|
||||
* Test functions for Mine Sweeper UI Utilities.
|
||||
* ----------------------------------------------------------
|
||||
*/
|
||||
#ifndef ___TEST_MS_UI_UTILS_H
|
||||
#define ___TEST_MS_UI_UTILS_H
|
||||
|
||||
#include "shortcut.h"
|
||||
|
||||
TEST(test_random);
|
||||
TEST(test_convert_column_addr);
|
||||
TEST(test_convert_row_addr);
|
||||
TEST(test_convert_actions);
|
||||
TEST(test_get_marker_symbol);
|
||||
TEST(test_get_mine_symbol);
|
||||
TEST(test_get_status_label);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue