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