The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Functions
test_image_modifications.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <sstream>
#include "game_config.hpp"
#include "config_cache.hpp"
#include "config.hpp"
#include "color_range.hpp"
#include "image.hpp"
#include "image_modifications.hpp"
#include "log.hpp"
#include "filesystem.hpp"
Include dependency graph for test_image_modifications.cpp:

Go to the source code of this file.

Macros

#define GETTEXT_DOMAIN   "wesnoth-test"
 

Functions

 BOOST_AUTO_TEST_CASE (test_modificaiton_queue_order)
 Tests if modifications with a higher priority are placed before the others. More...
 
 BOOST_AUTO_TEST_CASE (test_tc_modification_decoding)
 Tests if the TC modification is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_tc_modification_decoding_invalid_args)
 Tests if the TC modification with invalid arguments is ignored. More...
 
 BOOST_AUTO_TEST_CASE (test_rc_modification_decoding)
 Tests if the RC modification is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_rc_modification_decoding_invalid_args)
 Tests if the RC modification with invalid arguments is ignored. More...
 
 BOOST_AUTO_TEST_CASE (test_pal_modification_decoding)
 Tests if the PAL modification is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_pal_modification_decoding_invalid_args)
 Tests if the PAL modification with invalid arguments is ignored. More...
 
 BOOST_AUTO_TEST_CASE (test_fl_modification_decoding_default)
 Tests if the FL modification is correctly decoded without arguments. More...
 
 BOOST_AUTO_TEST_CASE (test_fl_modification_decoding_horiz)
 Tests if the FL modification is correctly decoded with the horiz argument. More...
 
 BOOST_AUTO_TEST_CASE (test_fl_modification_decoding_vert)
 Tests if the FL modification is correctly decoded with the vert argument. More...
 
 BOOST_AUTO_TEST_CASE (test_fl_modification_decoding_horiz_and_vert)
 Tests if the FL modification is correctly decoded with both horiz and vert. More...
 
 BOOST_AUTO_TEST_CASE (test_gs_modification_decoding)
 Tests if the GS modification is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_crop_modification_decoding_no_args)
 Tests if the CROP modification without arguments is ignored. More...
 
 BOOST_AUTO_TEST_CASE (test_crop_modification_decoding_1_arg)
 Tests if the CROP modification is correctly decoded when given one argument. More...
 
 BOOST_AUTO_TEST_CASE (test_crop_modification_decoding_2_args)
 Tests if the CROP modification is correctly decoded when given two args. More...
 
 BOOST_AUTO_TEST_CASE (test_crop_modification_decoding_3_args)
 Tests if the CROP modification is correctly decoded when given three args. More...
 
 BOOST_AUTO_TEST_CASE (test_crop_modification_decoding_4_args)
 Tests if the CROP modification is correctly decoded when given four args. More...
 
 BOOST_AUTO_TEST_CASE (test_blit_modification_decoding_1_arg)
 Tests if the BLIT modification with one argument is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_blit_modification_decoding_3_args)
 Tests if the BLIT modification with three arguments is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_blit_modification_decoding_invalid_args)
 Tests if the BLIT modification with invalid arguments is ignored. More...
 
 BOOST_AUTO_TEST_CASE (test_mask_modification_decoding_1_arg)
 Tests if the MASK modification with one argument is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_mask_modification_decoding_3_args)
 Tests if the MASK modification with three arguments is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_mask_modification_decoding_invalid_args)
 Tests if the MASK modification with invalid arguments is ignored. More...
 
 BOOST_AUTO_TEST_CASE (test_l_modification_decoding_no_args)
 Tests if the L modification without arguments is ignored. More...
 
 BOOST_AUTO_TEST_CASE (test_l_modification_decoding_1_arg)
 Tests if the L modification with one argument is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_scale_modification_decoding_no_args)
 Tests if the SCALE modification without arguments is ignored. More...
 
 BOOST_AUTO_TEST_CASE (test_scale_modification_decoding_1_arg)
 Tests if the SCALE modification with one argument is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_scale_modification_decoding_2_args)
 Tests if the SCALE modification with two arguments is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_o_modification_decoding_percent_args)
 Tests if the O modification with a percent argument is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_o_modification_decoding_fraction_args)
 Tests if the O modification with a fraction argument is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_bl_modification_decoding_no_args)
 Tests if the BL modification without arguments is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_bl_modification_decoding)
 Tests if the BL modification with one argument is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_rgb_modification_decoding_no_args)
 Tests if the R, G and B modifications without args are correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_r_modification_decoding)
 Tests if the R modification with one argument is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_g_modification_decoding)
 Tests if the G modification with one argument is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_b_modification_decoding)
 Tests if the B modification with one argument is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_brighten_modification_decoding)
 Tests if the BRIGHTEN modification is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_draken_modification_decoding)
 Tests if the DARKEN modification is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_bg_modification_decoding_no_args)
 Tests if the BG modification without arguments is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_bg_modification_decoding_1_arg)
 Tests if the BG modification with one argument is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_bg_modification_decoding_2_args)
 Tests if the BG modification with two arguments is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_bg_modification_decoding_3_args)
 Tests if the BG modification with three arguments is correctly decoded. More...
 
 BOOST_AUTO_TEST_CASE (test_bg_modification_decoding_4_args)
 Tests if the BG modification with four arguments is correctly decoded. More...
 

Macro Definition Documentation

#define GETTEXT_DOMAIN   "wesnoth-test"

Definition at line 15 of file test_image_modifications.cpp.

Function Documentation

BOOST_AUTO_TEST_CASE ( test_modificaiton_queue_order  )

Tests if modifications with a higher priority are placed before the others.

The RC modification has a higher priority than other modifications and has to be applied before all the others. This test checks if that order is taken care of by the queue.

Definition at line 132 of file test_image_modifications.cpp.

References image::modification_queue::pop(), image::modification_queue::push(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_tc_modification_decoding  )
BOOST_AUTO_TEST_CASE ( test_tc_modification_decoding_invalid_args  )

Tests if the TC modification with invalid arguments is ignored.

Definition at line 190 of file test_image_modifications.cpp.

References image::modification::decode(), and image::modification_queue::size().

BOOST_AUTO_TEST_CASE ( test_rc_modification_decoding  )
BOOST_AUTO_TEST_CASE ( test_rc_modification_decoding_invalid_args  )

Tests if the RC modification with invalid arguments is ignored.

Definition at line 223 of file test_image_modifications.cpp.

References image::modification::decode(), and image::modification_queue::size().

BOOST_AUTO_TEST_CASE ( test_pal_modification_decoding  )

Tests if the PAL modification is correctly decoded.

Definition at line 233 of file test_image_modifications.cpp.

References image::modification::decode(), i, image::modification_queue::size(), game_config::tc_info(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_pal_modification_decoding_invalid_args  )

Tests if the PAL modification with invalid arguments is ignored.

Definition at line 263 of file test_image_modifications.cpp.

References image::modification::decode(), and image::modification_queue::size().

BOOST_AUTO_TEST_CASE ( test_fl_modification_decoding_default  )

Tests if the FL modification is correctly decoded without arguments.

Definition at line 274 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_fl_modification_decoding_horiz  )

Tests if the FL modification is correctly decoded with the horiz argument.

Definition at line 294 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_fl_modification_decoding_vert  )

Tests if the FL modification is correctly decoded with the vert argument.

Definition at line 314 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_fl_modification_decoding_horiz_and_vert  )

Tests if the FL modification is correctly decoded with both horiz and vert.

Definition at line 334 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_gs_modification_decoding  )

Tests if the GS modification is correctly decoded.

Definition at line 354 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_crop_modification_decoding_no_args  )

Tests if the CROP modification without arguments is ignored.

Definition at line 371 of file test_image_modifications.cpp.

References image::modification::decode(), and image::modification_queue::size().

BOOST_AUTO_TEST_CASE ( test_crop_modification_decoding_1_arg  )

Tests if the CROP modification is correctly decoded when given one argument.

Definition at line 381 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_crop_modification_decoding_2_args  )

Tests if the CROP modification is correctly decoded when given two args.

Definition at line 405 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_crop_modification_decoding_3_args  )

Tests if the CROP modification is correctly decoded when given three args.

Definition at line 429 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_crop_modification_decoding_4_args  )

Tests if the CROP modification is correctly decoded when given four args.

Definition at line 453 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_blit_modification_decoding_1_arg  )

Tests if the BLIT modification with one argument is correctly decoded.

Todo:
check if the surface is correct

Definition at line 480 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_blit_modification_decoding_3_args  )

Tests if the BLIT modification with three arguments is correctly decoded.

Todo:
check if the surface is correct

Definition at line 504 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_blit_modification_decoding_invalid_args  )

Tests if the BLIT modification with invalid arguments is ignored.

Definition at line 525 of file test_image_modifications.cpp.

References image::modification::decode(), and image::modification_queue::size().

BOOST_AUTO_TEST_CASE ( test_mask_modification_decoding_1_arg  )

Tests if the MASK modification with one argument is correctly decoded.

Todo:
check if the surface is correct

Definition at line 542 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_mask_modification_decoding_3_args  )

Tests if the MASK modification with three arguments is correctly decoded.

Todo:
check if the surface is correct

Definition at line 566 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_mask_modification_decoding_invalid_args  )

Tests if the MASK modification with invalid arguments is ignored.

Definition at line 587 of file test_image_modifications.cpp.

References image::modification::decode(), and image::modification_queue::size().

BOOST_AUTO_TEST_CASE ( test_l_modification_decoding_no_args  )

Tests if the L modification without arguments is ignored.

Definition at line 601 of file test_image_modifications.cpp.

References image::modification::decode(), and image::modification_queue::size().

BOOST_AUTO_TEST_CASE ( test_l_modification_decoding_1_arg  )

Tests if the L modification with one argument is correctly decoded.

Todo:
check if the surface is correct

Definition at line 614 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_scale_modification_decoding_no_args  )

Tests if the SCALE modification without arguments is ignored.

Definition at line 633 of file test_image_modifications.cpp.

References image::modification::decode(), and image::modification_queue::size().

BOOST_AUTO_TEST_CASE ( test_scale_modification_decoding_1_arg  )

Tests if the SCALE modification with one argument is correctly decoded.

Definition at line 643 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_scale_modification_decoding_2_args  )

Tests if the SCALE modification with two arguments is correctly decoded.

Definition at line 663 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_o_modification_decoding_percent_args  )

Tests if the O modification with a percent argument is correctly decoded.

Definition at line 683 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_o_modification_decoding_fraction_args  )

Tests if the O modification with a fraction argument is correctly decoded.

Definition at line 703 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_bl_modification_decoding_no_args  )

Tests if the BL modification without arguments is correctly decoded.

Definition at line 723 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_bl_modification_decoding  )

Tests if the BL modification with one argument is correctly decoded.

Definition at line 742 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_rgb_modification_decoding_no_args  )
BOOST_AUTO_TEST_CASE ( test_r_modification_decoding  )

Tests if the R modification with one argument is correctly decoded.

Definition at line 788 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_g_modification_decoding  )

Tests if the G modification with one argument is correctly decoded.

Definition at line 809 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_b_modification_decoding  )

Tests if the B modification with one argument is correctly decoded.

Definition at line 830 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_brighten_modification_decoding  )

Tests if the BRIGHTEN modification is correctly decoded.

Definition at line 851 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_draken_modification_decoding  )

Tests if the DARKEN modification is correctly decoded.

Definition at line 868 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_bg_modification_decoding_no_args  )

Tests if the BG modification without arguments is correctly decoded.

Definition at line 885 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_bg_modification_decoding_1_arg  )

Tests if the BG modification with one argument is correctly decoded.

Definition at line 907 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_bg_modification_decoding_2_args  )

Tests if the BG modification with two arguments is correctly decoded.

Definition at line 929 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_bg_modification_decoding_3_args  )

Tests if the BG modification with three arguments is correctly decoded.

Definition at line 951 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().

BOOST_AUTO_TEST_CASE ( test_bg_modification_decoding_4_args  )

Tests if the BG modification with four arguments is correctly decoded.

Definition at line 973 of file test_image_modifications.cpp.

References image::modification::decode(), image::modification_queue::size(), and image::modification_queue::top().