mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
A few more tests and fix handling of data: URIs in command line decoder
This commit is contained in:
parent
a0a4d8ff80
commit
96d974f44d
|
@ -25,6 +25,9 @@ import java.io.File;
|
|||
import java.nio.file.Files;
|
||||
import java.nio.file.Path;
|
||||
|
||||
/**
|
||||
* Tests {@link CommandLineEncoder}.
|
||||
*/
|
||||
public final class CommandLineEncoderTestCase extends Assert {
|
||||
|
||||
@Test
|
||||
|
|
|
@ -19,6 +19,9 @@ package com.google.zxing.client.j2se;
|
|||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests {@link CommandLineRunner}.
|
||||
*/
|
||||
public final class CommandLineRunnerTestCase extends Assert {
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in a new issue