Snoke
Game_init.h File Reference
#include "shared.h"
#include "Game/game.h"
Include dependency graph for Game_init.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 TEST (Game_init, test0)
 Game class object can be created. More...
 
 TEST (Game_init, test1)
 method runs with normal parameters More...
 
 TEST (Game_init, test2)
 negative test with incorrect size value More...
 
 TEST (Game_init, test3)
 negative test with speed below the limit More...
 
 TEST (Game_init, test4)
 negative test with speed above the limit More...
 

Function Documentation

TEST ( Game_init  ,
test0   
)

Game class object can be created.

Prerequisites: tested Labyrinth.setLabyrinth

Definition at line 15 of file Game_init.h.

TEST ( Game_init  ,
test1   
)

method runs with normal parameters

Definition at line 23 of file Game_init.h.

Here is the call graph for this function:

TEST ( Game_init  ,
test2   
)

negative test with incorrect size value

Definition at line 41 of file Game_init.h.

Here is the call graph for this function:

TEST ( Game_init  ,
test3   
)

negative test with speed below the limit

Definition at line 59 of file Game_init.h.

Here is the call graph for this function:

TEST ( Game_init  ,
test4   
)

negative test with speed above the limit

Definition at line 77 of file Game_init.h.

Here is the call graph for this function: