fixed test names
This commit is contained in:
parent
ae071e7d71
commit
17199a1a87
|
@ -13,7 +13,7 @@ import javax.imageio.ImageIO;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
public class Graphics2DExampleTest {
|
||||
public class Graphics2DExampleUnitTest {
|
||||
|
||||
@Test(expected = Test.None.class)
|
||||
public void whenOriginalImageExistsAndTargetSizesAreNotZero_thenImageGeneratedWithoutError() throws IOException {
|
|
@ -13,7 +13,7 @@ import javax.imageio.ImageIO;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
public class ImageScaledInstanceExampleTest {
|
||||
public class ImageScaledInstanceExampleUnitTest {
|
||||
|
||||
@Test(expected = Test.None.class)
|
||||
public void whenOriginalImageExistsAndTargetSizesAreNotZero_thenImageGeneratedWithoutError() throws IOException {
|
|
@ -13,7 +13,7 @@ import javax.imageio.ImageIO;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
public class ImgscalrExampleTest {
|
||||
public class ImgscalrExampleUnitTest {
|
||||
|
||||
@Test(expected = Test.None.class)
|
||||
public void whenOriginalImageExistsAndTargetSizesAreNotZero_thenImageGeneratedWithoutError() throws IOException {
|
|
@ -13,7 +13,7 @@ import javax.imageio.ImageIO;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
public class MarvinExampleTest {
|
||||
public class MarvinExampleUnitTest {
|
||||
@Test(expected = Test.None.class)
|
||||
public void whenOriginalImageExistsAndTargetSizesAreNotZero_thenImageGeneratedWithoutError() throws IOException {
|
||||
int targetWidth = 200;
|
|
@ -13,7 +13,7 @@ import javax.imageio.ImageIO;
|
|||
|
||||
import org.junit.Test;
|
||||
|
||||
public class ThumbnailatorExampleTest {
|
||||
public class ThumbnailatorExampleUnitTest {
|
||||
@Test(expected = Test.None.class)
|
||||
public void whenOriginalImageExistsAndTargetSizesAreNotZero_thenImageGeneratedWithoutError() throws IOException {
|
||||
int targetWidth = 200;
|
Loading…
Reference in New Issue