Functions

test_chess.h File Reference

#include "shortcut.h"
Include dependency graph for test_chess.h:
This graph shows which files directly or indirectly include this file:

Functions

 TEST (test_is_piece)
 TEST (test_init_chess_board)
 TEST (test_get_square)
 TEST (test_is_square_occupied)
 TEST (test_add_piece)
 TEST (test_get_piece)
 TEST (test_setup_chess_board)
 TEST (test_remove_piece)
 TEST (test_squares_share_file)
 TEST (test_squares_share_rank)
 TEST (test_squares_share_diagonal)
 TEST (test_squares_share_knights_move)
 TEST (test_squares_share_pawns_move)
 TEST (test_squares_share_queens_move)
 TEST (test_squares_share_kings_move)

Function Documentation

TEST ( test_is_piece   ) 

Here is the call graph for this function:

TEST ( test_squares_share_kings_move   ) 

Here is the call graph for this function:

TEST ( test_squares_share_queens_move   ) 

Here is the call graph for this function:

TEST ( test_squares_share_pawns_move   ) 

Here is the call graph for this function:

TEST ( test_squares_share_knights_move   ) 

Here is the call graph for this function:

TEST ( test_squares_share_diagonal   ) 

Here is the call graph for this function:

TEST ( test_squares_share_rank   ) 

Here is the call graph for this function:

TEST ( test_squares_share_file   ) 

Here is the call graph for this function:

TEST ( test_remove_piece   ) 

Here is the call graph for this function:

TEST ( test_setup_chess_board   ) 

Here is the call graph for this function:

TEST ( test_get_piece   ) 

Here is the call graph for this function:

TEST ( test_add_piece   ) 

Here is the call graph for this function:

TEST ( test_is_square_occupied   ) 

Here is the call graph for this function:

TEST ( test_get_square   ) 

Here is the call graph for this function:

TEST ( test_init_chess_board   ) 

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines