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