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 XCTest
import DynamicColor
let TestsAcceptedAccuracy = CGFloat(0.000001) let TestsAcceptedAccuracy = CGFloat(0.000001)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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