Skip to content

Instantly share code, notes, and snippets.

View creswick's full-sized avatar

Rogan Creswick creswick

View GitHub Profile
@creswick
creswick / QRCodePureBarcodeRoundTripTest.java
Created May 31, 2014 19:02
Property-based Junit test to check that zxing barcodes will round-trip with PURE_BARCODE
package com.galois.qrstream.qrpipe;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.util.Collection;
import java.util.List;