The Battle for Wesnoth  1.17.17+dev
Macros | Functions
test_image_modifications.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <sstream>
#include "game_config.hpp"
#include "game_config_view.hpp"
#include "config_cache.hpp"
#include "config.hpp"
#include "color_range.hpp"
#include "picture.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_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

◆ GETTEXT_DOMAIN

#define GETTEXT_DOMAIN   "wesnoth-test"

Definition at line 16 of file test_image_modifications.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/41]

BOOST_AUTO_TEST_CASE ( test_b_modification_decoding  )

◆ BOOST_AUTO_TEST_CASE() [2/41]

BOOST_AUTO_TEST_CASE ( test_bg_modification_decoding_1_arg  )

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

Definition at line 806 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [3/41]

BOOST_AUTO_TEST_CASE ( test_bg_modification_decoding_2_args  )

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

Definition at line 826 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [4/41]

BOOST_AUTO_TEST_CASE ( test_bg_modification_decoding_3_args  )

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

Definition at line 846 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [5/41]

BOOST_AUTO_TEST_CASE ( test_bg_modification_decoding_4_args  )

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

Definition at line 866 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [6/41]

BOOST_AUTO_TEST_CASE ( test_bg_modification_decoding_no_args  )

Tests if the BG modification without arguments is correctly decoded.

Definition at line 786 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [7/41]

BOOST_AUTO_TEST_CASE ( test_bl_modification_decoding  )

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

Definition at line 687 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [8/41]

BOOST_AUTO_TEST_CASE ( test_bl_modification_decoding_no_args  )

Tests if the BL modification without arguments is correctly decoded.

Definition at line 670 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [9/41]

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 444 of file test_image_modifications.cpp.

References image::modification::decode(), image::blit_modification::get_surface(), image::blit_modification::get_x(), image::blit_modification::get_y(), image::modification_queue::size(), and image::modification_queue::top().

◆ BOOST_AUTO_TEST_CASE() [10/41]

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 466 of file test_image_modifications.cpp.

References image::modification::decode(), image::blit_modification::get_surface(), image::blit_modification::get_x(), image::blit_modification::get_y(), image::modification_queue::size(), and image::modification_queue::top().

◆ BOOST_AUTO_TEST_CASE() [11/41]

BOOST_AUTO_TEST_CASE ( test_blit_modification_decoding_invalid_args  )

Tests if the BLIT modification with invalid arguments is ignored.

Definition at line 485 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [12/41]

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 353 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [13/41]

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 375 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [14/41]

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 397 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [15/41]

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 419 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [16/41]

BOOST_AUTO_TEST_CASE ( test_crop_modification_decoding_no_args  )

Tests if the CROP modification without arguments is ignored.

Definition at line 343 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [17/41]

BOOST_AUTO_TEST_CASE ( test_fl_modification_decoding_default  )

◆ BOOST_AUTO_TEST_CASE() [18/41]

BOOST_AUTO_TEST_CASE ( test_fl_modification_decoding_horiz  )

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

Definition at line 274 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [19/41]

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 310 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [20/41]

BOOST_AUTO_TEST_CASE ( test_fl_modification_decoding_vert  )

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

Definition at line 292 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [21/41]

BOOST_AUTO_TEST_CASE ( test_g_modification_decoding  )

◆ BOOST_AUTO_TEST_CASE() [22/41]

BOOST_AUTO_TEST_CASE ( test_gs_modification_decoding  )

Tests if the GS modification is correctly decoded.

Definition at line 328 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [23/41]

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 571 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [24/41]

BOOST_AUTO_TEST_CASE ( test_l_modification_decoding_no_args  )

Tests if the L modification without arguments is ignored.

Definition at line 558 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [25/41]

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 503 of file test_image_modifications.cpp.

References image::modification::decode(), image::mask_modification::get_mask(), image::mask_modification::get_x(), image::mask_modification::get_y(), image::modification_queue::size(), and image::modification_queue::top().

◆ BOOST_AUTO_TEST_CASE() [26/41]

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 525 of file test_image_modifications.cpp.

References image::modification::decode(), image::mask_modification::get_mask(), image::mask_modification::get_x(), image::mask_modification::get_y(), image::modification_queue::size(), and image::modification_queue::top().

◆ BOOST_AUTO_TEST_CASE() [27/41]

BOOST_AUTO_TEST_CASE ( test_mask_modification_decoding_invalid_args  )

Tests if the MASK modification with invalid arguments is ignored.

Definition at line 544 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [28/41]

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 120 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() [29/41]

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 652 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [30/41]

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 634 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [31/41]

BOOST_AUTO_TEST_CASE ( test_pal_modification_decoding  )

◆ BOOST_AUTO_TEST_CASE() [32/41]

BOOST_AUTO_TEST_CASE ( test_pal_modification_decoding_invalid_args  )

Tests if the PAL modification with invalid arguments is ignored.

Definition at line 245 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [33/41]

BOOST_AUTO_TEST_CASE ( test_r_modification_decoding  )

◆ BOOST_AUTO_TEST_CASE() [34/41]

BOOST_AUTO_TEST_CASE ( test_rc_modification_decoding  )

◆ BOOST_AUTO_TEST_CASE() [35/41]

BOOST_AUTO_TEST_CASE ( test_rc_modification_decoding_invalid_args  )

Tests if the RC modification with invalid arguments is ignored.

Definition at line 207 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [36/41]

BOOST_AUTO_TEST_CASE ( test_rgb_modification_decoding_no_args  )

◆ BOOST_AUTO_TEST_CASE() [37/41]

BOOST_AUTO_TEST_CASE ( test_scale_modification_decoding_1_arg  )

◆ BOOST_AUTO_TEST_CASE() [38/41]

BOOST_AUTO_TEST_CASE ( test_scale_modification_decoding_2_args  )

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

Definition at line 616 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [39/41]

BOOST_AUTO_TEST_CASE ( test_scale_modification_decoding_no_args  )

Tests if the SCALE modification without arguments is ignored.

Definition at line 588 of file test_image_modifications.cpp.

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

◆ BOOST_AUTO_TEST_CASE() [40/41]

BOOST_AUTO_TEST_CASE ( test_tc_modification_decoding  )

◆ BOOST_AUTO_TEST_CASE() [41/41]

BOOST_AUTO_TEST_CASE ( test_tc_modification_decoding_invalid_args  )

Tests if the TC modification with invalid arguments is ignored.

Definition at line 176 of file test_image_modifications.cpp.

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