package com.celements.photo.plugin.cmd;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
public class DecodeImageCommandTest {
@Before
public void setUp() throws Exception {
}
@Test
public void testReadImage_rgb() {
// fail("Not yet implemented");
}
@Test
public void testReadImage_cmyk_withProfile() {
// fail("Not yet implemented");
}
@Test
public void testReadImage_cmyk_withoutProfile() {
// fail("Not yet implemented");
}
}