Add missing imports in the test cases

This commit is contained in:
Yannick Loriot 2019-09-22 11:48:52 +01:00
parent 68fe9c6f17
commit ba23ba6a20
8 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,7 @@
*/
import XCTest
import DynamicColor
let TestsAcceptedAccuracy = CGFloat(0.000001)

View File

@ -25,6 +25,7 @@
*/
import XCTest
import DynamicColor
class DynamicColorHSLTests: XCTestCase {
func testInitWithHSLComponents() {

View File

@ -25,6 +25,7 @@
*/
import XCTest
import DynamicColor
class DynamicColorRGBATests: XCTestCase {
func testInit() {

View File

@ -25,6 +25,7 @@
*/
import XCTest
import DynamicColor
class DynamicColorXYZTests: XCTestCase {
func testInitWithXYZComponents() {

View File

@ -25,6 +25,7 @@
*/
import XCTest
import DynamicColor
class DynamicColorArrayTests: XCTestCase {
func testGradientProperty() {

View File

@ -25,6 +25,7 @@
*/
import XCTest
import DynamicColor
class DynamicColorLabTests: XCTestCase {
func testInitWithLabComponents() {

View File

@ -25,6 +25,7 @@
*/
import XCTest
import DynamicColor
class DynamicColorTests: XCTestCase {
func testColorFromHexString() {

View File

@ -25,6 +25,7 @@
*/
import XCTest
import DynamicColor
class DynamicGradientTests: XCTestCase {
func testColorPalette() {