summaryrefslogtreecommitdiff
path: root/tests/assets/ReorderWidgets/multiple_cell_layouts_reorder_other_side
blob: 376638ee19a448aaf9780e06ab0c22ab4398161f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
###################################################################################################
# This file contains test case composed of the following tags:
#     * # (coments): Lines starting with this character would be ignored.
#     * arguments: is set of words separated by spaces that can later be parsed
#     * board: represent a workspace, the first line is the dimensions of the board width x height (wxh)
# There are different characters on the board that represent different things:
#     * x: The x character represents spaces that would be ignored, for example it can be used in
#          the first row if we don't know how wide the smartspace is.
#     * i: Represents an icon on the workspace, none in particular just an icon
#     * [a-z]: Represents a widget and it can be any number or character
#          except any other already in use. The whole continuos are of the same character is the
#          area of the widget.
#     * [A-Z]: Represents a folder and number of icons in the folder is represented by the order of
#          letter in the alphabet, A=2, B=3, C=4 ... etc.
# Test are parsed by CellLayoutTestCaseReader.java and boards are parsed by CellLayoutBoard.java
###################################################################################################
# 5x5 Test
board: 5x5
xxxxx|aaaaa
--mm-|plllh
--mm-|piiih
ggggg|piiih
ggggg|fffff
arguments: 7 1
board: 10x5
xxxxx|aaaaa
--lll|p-mmh
---ii|pimmh
ggggg|piiih
ggggg|fffff
# 4x4 Test
board: 4x4
xxxx|aaaa
--mm|pllh
--mm|piih
gggg|ffff
arguments: 5 1
board: 8x4
xxxx|aaaa
--ll|pmmh
--ii|pmmh
gggg|ffff
# 6x5 Test
board: 6x5
xxxxxx|aaaaaa
--mmm-|pllllh
--mmm-|piiiih
--mmm-|piiiih
gggggg|ffffff
arguments: 8 1
board: 12x5
xxxxxx|aaaaaa
--llll|p-mmmh
---iii|pimmmh
---iii|pimmmh
gggggg|ffffff