#include "../actions/moveunitcommand.h"#include "../actions/attackcommand.h"#include "../loaders.h"#include "../viewcalculation.h"#include "../spfst.h"#include "unittestutil.h"Include dependency graph for viewtest.cpp:

Go to the source code of this file.
Functions | |
| void | testView3 () |
| void | testView1 () |
| void | testView2 () |
| void | testView () |
| void testView | ( | ) |
Definition at line 108 of file viewtest.cpp.
References testView1(), testView2(), and testView3().
Referenced by runUnitTests().
| void testView1 | ( | ) |
Definition at line 45 of file viewtest.cpp.
References assertOrThrow, attack(), createTestingContext(), fieldvisiblenow(), move(), startMap(), and ActionResult::successful().
Referenced by testView().
| void testView2 | ( | ) |
Definition at line 89 of file viewtest.cpp.
References assertOrThrow, ContainerBase::damage, fieldvisiblenow(), move(), and startMap().
Referenced by testView().
| void testView3 | ( | ) |
Definition at line 19 of file viewtest.cpp.
References assertOrThrow, attack(), createTestingContext(), fieldVisibility(), startMap(), ActionResult::successful(), visible_not, and visible_now.
Referenced by testView().
1.5.1