mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
Removed placeholder test class
Signed-off-by: ardevd <edvard.holst@gmail.com>
This commit is contained in:
parent
5f0b551330
commit
d760206654
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
|||
package com.owncloud.android.utils;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.File;
|
||||
import java.net.URL;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
public class BitmapUtilsTest {
|
||||
|
||||
|
||||
@Test
|
||||
public void calculateHSL_assertCorrectRGBArrayReturned() throws Exception {
|
||||
int[] rgbArray = BitmapUtils.calculateHSL("Edvard");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void HSLtoRGB_assertCorrectRGBArrayReturned() throws Exception {
|
||||
int[] rgbArray = BitmapUtils.HSLtoRGB(300.0f, 90.0f, 99.0f, 1.0f);
|
||||
String format = "hello";
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue