File: EnablingTechnologiesEmbosserTest.java

package info (click to toggle)
brailleutils 1.2.3-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,088 kB
  • sloc: java: 13,138; xml: 659; makefile: 29; sh: 1
file content (207 lines) | stat: -rw-r--r-- 12,662 bytes parent folder | download | duplicates (5)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
package com_brailler;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;

import javax.xml.parsers.ParserConfigurationException;

import org.daisy.braille.embosser.EmbosserCatalog;
import org.daisy.braille.embosser.EmbosserFeatures;
import org.daisy.braille.embosser.EmbosserWriter;
import org.daisy.braille.embosser.UnsupportedWidthException;
import org.daisy.braille.facade.PEFConverterFacade;
import org.daisy.braille.pef.PEFHandler;
import org.daisy.braille.table.TableCatalog;
import org.daisy.braille.tools.FileCompare;
import org.daisy.braille.tools.FileTools;
import org.daisy.paper.PageFormat;
import org.daisy.paper.PaperCatalog;
import org.daisy.paper.SheetPaper;
import org.daisy.paper.SheetPaperFormat;
import org.junit.Test;
import org.xml.sax.SAXException;

/**
 *
 * @author Bert Frees
 */
public class EnablingTechnologiesEmbosserTest {

    private static EmbosserCatalog ec = EmbosserCatalog.newInstance();
    private static EnablingTechnologiesEmbosser ra =   (EnablingTechnologiesEmbosser) ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.ROMEO_ATTACHE");
    private static EnablingTechnologiesEmbosser rap =  (EnablingTechnologiesEmbosser) ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.ROMEO_ATTACHE_PRO");
    private static EnablingTechnologiesEmbosser r25 =  (EnablingTechnologiesEmbosser) ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.ROMEO_25");
    private static EnablingTechnologiesEmbosser rp50 = (EnablingTechnologiesEmbosser)ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.ROMEO_PRO_50");
    private static EnablingTechnologiesEmbosser rpln = (EnablingTechnologiesEmbosser) ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.ROMEO_PRO_LE_NARROW");
    private static EnablingTechnologiesEmbosser rplw =  (EnablingTechnologiesEmbosser)ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.ROMEO_PRO_LE_WIDE");
    private static EnablingTechnologiesEmbosser t =     (EnablingTechnologiesEmbosser)ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.THOMAS");
    private static EnablingTechnologiesEmbosser tp =    (EnablingTechnologiesEmbosser)ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.THOMAS_PRO");
    private static EnablingTechnologiesEmbosser m =    (EnablingTechnologiesEmbosser) ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.MARATHON");
    private static EnablingTechnologiesEmbosser et =   (EnablingTechnologiesEmbosser) ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.ET");
    private static EnablingTechnologiesEmbosser jp =   (EnablingTechnologiesEmbosser) ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.JULIET_PRO");
    private static EnablingTechnologiesEmbosser jp60 = (EnablingTechnologiesEmbosser) ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.JULIET_PRO_60");
    private static EnablingTechnologiesEmbosser jc =   (EnablingTechnologiesEmbosser) ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.JULIET_CLASSIC");
    private static EnablingTechnologiesEmbosser bm =   (EnablingTechnologiesEmbosser) ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.BOOKMAKER");
    private static EnablingTechnologiesEmbosser be100 =(EnablingTechnologiesEmbosser) ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.BRAILLE_EXPRESS_100");
    private static EnablingTechnologiesEmbosser be150 = (EnablingTechnologiesEmbosser)ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.BRAILLE_EXPRESS_150");
    private static EnablingTechnologiesEmbosser bp =    (EnablingTechnologiesEmbosser)ec.get("com_brailler.EnablingTechnologiesEmbosserProvider.EmbosserType.BRAILLE_PLACE");

    private static PaperCatalog pc = PaperCatalog.newInstance();
    private static PageFormat a4 = new SheetPaperFormat((SheetPaper)pc.get("org_daisy.ISO216PaperProvider.PaperSize.A4"), SheetPaperFormat.Orientation.DEFAULT);

    @Test
    public void testPrintableArea() {

        assertEquals("Assert that max width for an A4 paper is 34 cells",  ra.getMaxWidth(a4),  34);
        assertEquals("Assert that max height for an A4 paper is 29 lines", ra.getMaxHeight(a4), 29);
    }

    @Test
    public void testTableFilter() {

        TableCatalog tc = TableCatalog.newInstance();

	assertTrue("Assert that encoding cannot be modified", tc.list(ra.getTableFilter()).size() <= 1);
    }

    @Test
    public void testDuplex() {

        assertTrue("Assert that duplex is not supported for " + ra.getDisplayName(),   !ra.supportsDuplex());
        assertTrue("Assert that duplex is not supported for " + rap.getDisplayName(),  !rap.supportsDuplex());
        assertTrue("Assert that duplex is not supported for " + r25.getDisplayName(),  !r25.supportsDuplex());
        assertTrue("Assert that duplex is not supported for " + rp50.getDisplayName(), !rp50.supportsDuplex());
        assertTrue("Assert that duplex is not supported for " + rpln.getDisplayName(), !rpln.supportsDuplex());
        assertTrue("Assert that duplex is not supported for " + rplw.getDisplayName(), !rplw.supportsDuplex());
        assertTrue("Assert that duplex is not supported for " + t.getDisplayName(),    !t.supportsDuplex());
        assertTrue("Assert that duplex is not supported for " + tp.getDisplayName(),   !tp.supportsDuplex());
        assertTrue("Assert that duplex is not supported for " + m.getDisplayName(),    !m.supportsDuplex());

        assertTrue("Assert that duplex is supported for " + et.getDisplayName(),    et.supportsDuplex());
        assertTrue("Assert that duplex is supported for " + jp.getDisplayName(),    jp.supportsDuplex());
        assertTrue("Assert that duplex is supported for " + jp60.getDisplayName(),  jp60.supportsDuplex());
        assertTrue("Assert that duplex is supported for " + jc.getDisplayName(),    jc.supportsDuplex());
        assertTrue("Assert that duplex is supported for " + bm.getDisplayName(),    bm.supportsDuplex());
        assertTrue("Assert that duplex is supported for " + be100.getDisplayName(), be100.supportsDuplex());
        assertTrue("Assert that duplex is supported for " + be150.getDisplayName(), be150.supportsDuplex());
        assertTrue("Assert that duplex is supported for " + bp.getDisplayName(),    bp.supportsDuplex());
    }

    @Test
    public void test8dot() {

        assertTrue("Assert that 8-dot is not supported", !ra.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !rap.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !r25.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !rp50.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !rpln.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !rplw.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !t.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !tp.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !m.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !et.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !jp.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !jp60.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !jc.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !bm.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !be100.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !be150.supports8dot());
        assertTrue("Assert that 8-dot is not supported", !bp.supports8dot());
    }

    @Test
    public void testAligning() {

        assertTrue("Assert that aligning is supported", ra.supportsAligning());
        assertTrue("Assert that aligning is supported", rap.supportsAligning());
        assertTrue("Assert that aligning is supported", r25.supportsAligning());
        assertTrue("Assert that aligning is supported", rp50.supportsAligning());
        assertTrue("Assert that aligning is supported", rpln.supportsAligning());
        assertTrue("Assert that aligning is supported", rplw.supportsAligning());
        assertTrue("Assert that aligning is supported", t.supportsAligning());
        assertTrue("Assert that aligning is supported", tp.supportsAligning());
        assertTrue("Assert that aligning is supported", m.supportsAligning());
        assertTrue("Assert that aligning is supported", et.supportsAligning());
        assertTrue("Assert that aligning is supported", jp.supportsAligning());
        assertTrue("Assert that aligning is supported", jp60.supportsAligning());
        assertTrue("Assert that aligning is supported", jc.supportsAligning());
        assertTrue("Assert that aligning is supported", bm.supportsAligning());
        assertTrue("Assert that aligning is supported", be100.supportsAligning());
        assertTrue("Assert that aligning is supported", be150.supportsAligning());
        assertTrue("Assert that aligning is supported", bp.supportsAligning());
    }

    @Test
    public void testEmbosserWriter() throws IOException,
                                            ParserConfigurationException,
                                            SAXException,
                                            UnsupportedWidthException {

        File prn1 = File.createTempFile("test_enabling_technologies_", ".prn");
        File prn2 = File.createTempFile("test_enabling_technologies_", ".prn");
        File pef =  File.createTempFile("test_enabling_technologies_", ".pef");

        FileCompare fc = new FileCompare();
        PEFHandler.Builder builder;
        EmbosserWriter w;

        t.setFeature(EmbosserFeatures.PAGE_FORMAT, a4);
        jp.setFeature(EmbosserFeatures.PAGE_FORMAT, a4);

        // Single sided on single sided embosser

        w = t.newEmbosserWriter(new FileOutputStream(prn1));
        builder = new PEFHandler.Builder(w)
                          .range(null)
                          .align(org.daisy.braille.pef.PEFHandler.Alignment.INNER)
                          .offset(0)
                          .topOffset(0);

        FileTools.copy(this.getClass().getResourceAsStream("resource-files/single_sided.pef"), new FileOutputStream(pef));
        FileTools.copy(this.getClass().getResourceAsStream("resource-files/thomas_single_sided.prn"), new FileOutputStream(prn2));
        PEFConverterFacade.parsePefFile(pef, builder.build());
        assertTrue("Assert that the contents of the file is as expected.",
                fc.compareBinary(new FileInputStream(prn1), new FileInputStream(prn2))
        );

        // Single sided on double sided embosser

        w = jp.newEmbosserWriter(new FileOutputStream(prn1));
        builder = new PEFHandler.Builder(w)
                          .range(null)
                          .align(org.daisy.braille.pef.PEFHandler.Alignment.INNER)
                          .offset(0)
                          .topOffset(0);

        FileTools.copy(this.getClass().getResourceAsStream("resource-files/juliet_pro_single_sided.prn"), new FileOutputStream(prn2));
        PEFConverterFacade.parsePefFile(pef, builder.build());
        assertTrue("Assert that the contents of the file is as expected.",
                fc.compareBinary(new FileInputStream(prn1), new FileInputStream(prn2))
        );

        // Double sided

        w = jp.newEmbosserWriter(new FileOutputStream(prn1));
        builder = new PEFHandler.Builder(w)
                          .range(null)
                          .align(org.daisy.braille.pef.PEFHandler.Alignment.INNER)
                          .offset(0)
                          .topOffset(0);

        FileTools.copy(this.getClass().getResourceAsStream("resource-files/double_sided.pef"), new FileOutputStream(pef));
        FileTools.copy(this.getClass().getResourceAsStream("resource-files/juliet_pro_double_sided.prn"), new FileOutputStream(prn2));
        PEFConverterFacade.parsePefFile(pef, builder.build());
        assertTrue("Assert that the contents of the file is as expected.",
                fc.compareBinary(new FileInputStream(prn1), new FileInputStream(prn2))
        );

        prn1.deleteOnExit();
        prn2.deleteOnExit();
        pef.deleteOnExit();
    }
}