Mark test classes as final, because they are.
This commit is contained in:
parent
986dbd679c
commit
2fa07611bf
@ -9,7 +9,7 @@
|
||||
import XCTest
|
||||
import FeedParser
|
||||
|
||||
class AtomParserTests: XCTestCase {
|
||||
final class AtomParserTests: XCTestCase {
|
||||
|
||||
func testDaringFireballPerformance() {
|
||||
|
||||
|
@ -9,7 +9,7 @@ import Foundation
|
||||
import XCTest
|
||||
@testable import DateParser
|
||||
|
||||
class DateParserTests: XCTestCase {
|
||||
final class DateParserTests: XCTestCase {
|
||||
|
||||
func dateWithValues(_ year: Int, _ month: Int, _ day: Int, _ hour: Int, _ minute: Int, _ second: Int, _ millisecond: Int = 0) -> Date {
|
||||
var dateComponents = DateComponents()
|
||||
|
@ -9,7 +9,7 @@
|
||||
import XCTest
|
||||
import SAX
|
||||
|
||||
class EntityDecodingTests: XCTestCase {
|
||||
final class EntityDecodingTests: XCTestCase {
|
||||
|
||||
func test39Decoding() {
|
||||
|
||||
|
@ -10,7 +10,7 @@ import XCTest
|
||||
@testable import FeedParser
|
||||
import SAX
|
||||
|
||||
class FeedParserTypeTests: XCTestCase {
|
||||
final class FeedParserTypeTests: XCTestCase {
|
||||
|
||||
// MARK: HTML
|
||||
|
||||
|
@ -10,7 +10,7 @@ import XCTest
|
||||
import HTMLParser
|
||||
import libxml2
|
||||
|
||||
class HTMLLinkTests: XCTestCase {
|
||||
final class HTMLLinkTests: XCTestCase {
|
||||
|
||||
func testSixColorsPerformance() {
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
import XCTest
|
||||
import FeedParser
|
||||
|
||||
class JSONFeedParserTests: XCTestCase {
|
||||
final class JSONFeedParserTests: XCTestCase {
|
||||
|
||||
func testInessentialPerformance() {
|
||||
|
||||
|
@ -10,7 +10,7 @@ import XCTest
|
||||
import SAX
|
||||
@testable import OPMLParser
|
||||
|
||||
class OPMLTests: XCTestCase {
|
||||
final class OPMLTests: XCTestCase {
|
||||
|
||||
let subsData = parserData("Subs", "opml", "http://example.org/")
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
import XCTest
|
||||
import FeedParser
|
||||
|
||||
class RSSInJSONParserTests: XCTestCase {
|
||||
final class RSSInJSONParserTests: XCTestCase {
|
||||
|
||||
func testScriptingNewsPerformance() {
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
import XCTest
|
||||
import FeedParser
|
||||
|
||||
class RSSParserTests: XCTestCase {
|
||||
final class RSSParserTests: XCTestCase {
|
||||
|
||||
func testScriptingNewsPerformance() {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user