import XCTest
import MultipartFormDataSwiftKitTests
var tests = [XCTestCaseEntry]()
tests += MultipartFormDataSwiftKitTests.allTests()
XCTMain(tests)