A few more tests and fix handling of data: URIs in command line decoder

This commit is contained in:
Sean Owen 2018-07-24 18:16:34 -05:00
parent a0a4d8ff80
commit 96d974f44d
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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