Files
SwiftLint/Tests/SwiftLintFrameworkTests/AutomaticRuleTests.generated.swift
T
2018-09-02 14:45:02 -07:00

662 lines
17 KiB
Swift

// Generated using Sourcery 0.14.0 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import SwiftLintFramework
import XCTest
// swiftlint:disable file_length single_test_class type_name
class AnyObjectProtocolRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(AnyObjectProtocolRule.description)
}
}
class ArrayInitRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ArrayInitRule.description)
}
}
class BlockBasedKVORuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(BlockBasedKVORule.description)
}
}
class ClassDelegateProtocolRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ClassDelegateProtocolRule.description)
}
}
class ClosingBraceRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ClosingBraceRule.description)
}
}
class ClosureBodyLengthRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ClosureBodyLengthRule.description)
}
}
class ClosureEndIndentationRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ClosureEndIndentationRule.description)
}
}
class ClosureParameterPositionRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ClosureParameterPositionRule.description)
}
}
class ClosureSpacingRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ClosureSpacingRule.description)
}
}
class CommaRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(CommaRule.description)
}
}
class CompilerProtocolInitRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(CompilerProtocolInitRule.description)
}
}
class ContainsOverFirstNotNilRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ContainsOverFirstNotNilRule.description)
}
}
class ControlStatementRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ControlStatementRule.description)
}
}
class ConvenienceTypeRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ConvenienceTypeRule.description)
}
}
class DiscardedNotificationCenterObserverRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DiscardedNotificationCenterObserverRule.description)
}
}
class DiscouragedObjectLiteralRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DiscouragedObjectLiteralRule.description)
}
}
class DiscouragedOptionalBooleanRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DiscouragedOptionalBooleanRule.description)
}
}
class DiscouragedOptionalCollectionRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DiscouragedOptionalCollectionRule.description)
}
}
class DynamicInlineRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DynamicInlineRule.description)
}
}
class EmptyCountRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyCountRule.description)
}
}
class EmptyEnumArgumentsRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyEnumArgumentsRule.description)
}
}
class EmptyParametersRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyParametersRule.description)
}
}
class EmptyParenthesesWithTrailingClosureRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyParenthesesWithTrailingClosureRule.description)
}
}
class EmptyStringRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyStringRule.description)
}
}
class EmptyXCTestMethodRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyXCTestMethodRule.description)
}
}
class ExplicitACLRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExplicitACLRule.description)
}
}
class ExplicitEnumRawValueRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExplicitEnumRawValueRule.description)
}
}
class ExplicitInitRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExplicitInitRule.description)
}
}
class ExplicitSelfRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExplicitSelfRule.description)
}
}
class ExplicitTopLevelACLRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExplicitTopLevelACLRule.description)
}
}
class ExtensionAccessModifierRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExtensionAccessModifierRule.description)
}
}
class FallthroughRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FallthroughRule.description)
}
}
class FatalErrorMessageRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FatalErrorMessageRule.description)
}
}
class FirstWhereRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FirstWhereRule.description)
}
}
class ForWhereRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ForWhereRule.description)
}
}
class ForceCastRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ForceCastRule.description)
}
}
class ForceTryRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ForceTryRule.description)
}
}
class ForceUnwrappingRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ForceUnwrappingRule.description)
}
}
class FunctionDefaultParameterAtEndRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FunctionDefaultParameterAtEndRule.description)
}
}
class ImplicitGetterRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ImplicitGetterRule.description)
}
}
class ImplicitReturnRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ImplicitReturnRule.description)
}
}
class InertDeferRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(InertDeferRule.description)
}
}
class IsDisjointRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(IsDisjointRule.description)
}
}
class JoinedDefaultParameterRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(JoinedDefaultParameterRule.description)
}
}
class LargeTupleRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LargeTupleRule.description)
}
}
class LegacyCGGeometryFunctionsRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LegacyCGGeometryFunctionsRule.description)
}
}
class LegacyConstantRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LegacyConstantRule.description)
}
}
class LegacyConstructorRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LegacyConstructorRule.description)
}
}
class LegacyNSGeometryFunctionsRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LegacyNSGeometryFunctionsRule.description)
}
}
class LetVarWhitespaceRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LetVarWhitespaceRule.description)
}
}
class LiteralExpressionEndIdentationRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LiteralExpressionEndIdentationRule.description)
}
}
class LowerACLThanParentRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LowerACLThanParentRule.description)
}
}
class MissingDocsRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MissingDocsRule.description)
}
}
class MultilineFunctionChainsRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MultilineFunctionChainsRule.description)
}
}
class MultilineParametersRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MultilineParametersRule.description)
}
}
class MultipleClosuresWithTrailingClosureRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MultipleClosuresWithTrailingClosureRule.description)
}
}
class NestingRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NestingRule.description)
}
}
class NimbleOperatorRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NimbleOperatorRule.description)
}
}
class NoExtensionAccessModifierRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NoExtensionAccessModifierRule.description)
}
}
class NoFallthroughOnlyRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NoFallthroughOnlyRule.description)
}
}
class NoGroupingExtensionRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NoGroupingExtensionRule.description)
}
}
class NotificationCenterDetachmentRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NotificationCenterDetachmentRule.description)
}
}
class OpeningBraceRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(OpeningBraceRule.description)
}
}
class OperatorFunctionWhitespaceRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(OperatorFunctionWhitespaceRule.description)
}
}
class OperatorUsageWhitespaceRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(OperatorUsageWhitespaceRule.description)
}
}
class OverriddenSuperCallRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(OverriddenSuperCallRule.description)
}
}
class OverrideInExtensionRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(OverrideInExtensionRule.description)
}
}
class PatternMatchingKeywordsRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PatternMatchingKeywordsRule.description)
}
}
class PrivateActionRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PrivateActionRule.description)
}
}
class PrivateUnitTestRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PrivateUnitTestRule.description)
}
}
class ProhibitedInterfaceBuilderRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ProhibitedInterfaceBuilderRule.description)
}
}
class ProhibitedSuperRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ProhibitedSuperRule.description)
}
}
class ProtocolPropertyAccessorsOrderRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ProtocolPropertyAccessorsOrderRule.description)
}
}
class QuickDiscouragedCallRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(QuickDiscouragedCallRule.description)
}
}
class QuickDiscouragedFocusedTestRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(QuickDiscouragedFocusedTestRule.description)
}
}
class QuickDiscouragedPendingTestRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(QuickDiscouragedPendingTestRule.description)
}
}
class RedundantDiscardableLetRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantDiscardableLetRule.description)
}
}
class RedundantNilCoalescingRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantNilCoalescingRule.description)
}
}
class RedundantOptionalInitializationRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantOptionalInitializationRule.description)
}
}
class RedundantSetAccessControlRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantSetAccessControlRule.description)
}
}
class RedundantStringEnumValueRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantStringEnumValueRule.description)
}
}
class RedundantTypeAnnotationRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantTypeAnnotationRule.description)
}
}
class RedundantVoidReturnRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantVoidReturnRule.description)
}
}
class ReturnArrowWhitespaceRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ReturnArrowWhitespaceRule.description)
}
}
class ShorthandOperatorRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ShorthandOperatorRule.description)
}
}
class SingleTestClassRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SingleTestClassRule.description)
}
}
class SortedFirstLastRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SortedFirstLastRule.description)
}
}
class SortedImportsRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SortedImportsRule.description)
}
}
class StrictFilePrivateRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(StrictFilePrivateRule.description)
}
}
class SwitchCaseOnNewlineRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SwitchCaseOnNewlineRule.description)
}
}
class SyntacticSugarRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SyntacticSugarRule.description)
}
}
class ToggleBoolRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ToggleBoolRule.description)
}
}
class TrailingClosureRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TrailingClosureRule.description)
}
}
class TrailingSemicolonRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TrailingSemicolonRule.description)
}
}
class TypeBodyLengthRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TypeBodyLengthRule.description)
}
}
class UnavailableFunctionRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnavailableFunctionRule.description)
}
}
class UnneededBreakInSwitchRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnneededBreakInSwitchRule.description)
}
}
class UnneededParenthesesInClosureArgumentRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnneededParenthesesInClosureArgumentRule.description)
}
}
class UntypedErrorInCatchRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UntypedErrorInCatchRule.description)
}
}
class UnusedClosureParameterRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnusedClosureParameterRule.description)
}
}
class UnusedEnumeratedRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnusedEnumeratedRule.description)
}
}
class UnusedImportRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnusedImportRule.description)
}
}
class ValidIBInspectableRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ValidIBInspectableRule.description)
}
}
class VerticalParameterAlignmentOnCallRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(VerticalParameterAlignmentOnCallRule.description)
}
}
class VerticalParameterAlignmentRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(VerticalParameterAlignmentRule.description)
}
}
class VoidReturnRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(VoidReturnRule.description)
}
}
class WeakDelegateRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(WeakDelegateRule.description)
}
}
class XCTFailMessageRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(XCTFailMessageRule.description)
}
}
class YodaConditionRuleTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(YodaConditionRule.description)
}
}