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

Go to the source code of this file.

Functions

 TEST (Snake_init, test0)
 Snake class object can be created. More...
 
 TEST (Snake_init, test1)
 method runs with normal parameters More...
 
 TEST (Snake_init, test2)
 negative test for crossing the upper border of valid region More...
 
 TEST (Snake_init, test3)
 negative test for crossing the left border of valid region More...
 
 TEST (Snake_init, test4)
 negative test for 1-st of the staring Point being outside the valid area More...
 
 TEST (Snake_init, test5)
 negative test for the 2-nd coordinate of the staring Point being outside the valid area More...
 
 TEST (Snake_init, test6)
 negative test for both coordinates of the staring Point being outside the valid area More...
 

Function Documentation

TEST ( Snake_init  ,
test0   
)

Snake class object can be created.

Definition at line 10 of file Snake_init.h.

TEST ( Snake_init  ,
test1   
)

method runs with normal parameters

Definition at line 18 of file Snake_init.h.

Here is the call graph for this function:

TEST ( Snake_init  ,
test2   
)

negative test for crossing the upper border of valid region

Definition at line 45 of file Snake_init.h.

Here is the call graph for this function:

TEST ( Snake_init  ,
test3   
)

negative test for crossing the left border of valid region

Definition at line 72 of file Snake_init.h.

Here is the call graph for this function:

TEST ( Snake_init  ,
test4   
)

negative test for 1-st of the staring Point being outside the valid area

Definition at line 99 of file Snake_init.h.

Here is the call graph for this function:

TEST ( Snake_init  ,
test5   
)

negative test for the 2-nd coordinate of the staring Point being outside the valid area

Definition at line 126 of file Snake_init.h.

Here is the call graph for this function:

TEST ( Snake_init  ,
test6   
)

negative test for both coordinates of the staring Point being outside the valid area

Definition at line 153 of file Snake_init.h.

Here is the call graph for this function: