Files
SwiftLint/Tests/SwiftLintFrameworkTests/GeneratedTests.swift
T
2022-08-11 07:33:11 +02:00

1285 lines
34 KiB
Swift

// Generated using Sourcery 1.8.2 — https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
import SwiftLintFramework
import XCTest
// swiftlint:disable file_length single_test_class type_name
class AccessibilityLabelForImageRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(AccessibilityLabelForImageRule.description)
}
}
class AnonymousArgumentInMultilineClosureRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(AnonymousArgumentInMultilineClosureRule.description)
}
}
class AnyObjectProtocolRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(AnyObjectProtocolRule.description)
}
}
class ArrayInitRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ArrayInitRule.description)
}
}
class AttributesRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(AttributesRule.description)
}
}
class BalancedXCTestLifecycleRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(BalancedXCTestLifecycleRule.description)
}
}
class BlockBasedKVORuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(BlockBasedKVORule.description)
}
}
class CaptureVariableRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(CaptureVariableRule.description)
}
}
class ClassDelegateProtocolRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ClassDelegateProtocolRule.description)
}
}
class ClosingBraceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ClosingBraceRule.description)
}
}
class ClosureBodyLengthRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ClosureBodyLengthRule.description)
}
}
class ClosureEndIndentationRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ClosureEndIndentationRule.description)
}
}
class ClosureParameterPositionRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ClosureParameterPositionRule.description)
}
}
class ClosureSpacingRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ClosureSpacingRule.description)
}
}
class CollectionAlignmentRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(CollectionAlignmentRule.description)
}
}
class ColonRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ColonRule.description)
}
}
class CommaInheritanceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(CommaInheritanceRule.description)
}
}
class CommaRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(CommaRule.description)
}
}
class CommentSpacingRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(CommentSpacingRule.description)
}
}
class CompilerProtocolInitRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(CompilerProtocolInitRule.description)
}
}
class ComputedAccessorsOrderRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ComputedAccessorsOrderRule.description)
}
}
class ConditionalReturnsOnNewlineRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ConditionalReturnsOnNewlineRule.description)
}
}
class ContainsOverFilterCountRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ContainsOverFilterCountRule.description)
}
}
class ContainsOverFilterIsEmptyRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ContainsOverFilterIsEmptyRule.description)
}
}
class ContainsOverFirstNotNilRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ContainsOverFirstNotNilRule.description)
}
}
class ContainsOverRangeNilComparisonRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ContainsOverRangeNilComparisonRule.description)
}
}
class ControlStatementRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ControlStatementRule.description)
}
}
class ConvenienceTypeRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ConvenienceTypeRule.description)
}
}
class CyclomaticComplexityRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(CyclomaticComplexityRule.description)
}
}
class DeploymentTargetRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DeploymentTargetRule.description)
}
}
class DiscardedNotificationCenterObserverRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DiscardedNotificationCenterObserverRule.description)
}
}
class DiscouragedAssertRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DiscouragedAssertRule.description)
}
}
class DiscouragedDirectInitRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DiscouragedDirectInitRule.description)
}
}
class DiscouragedNoneNameRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DiscouragedNoneNameRule.description)
}
}
class DiscouragedObjectLiteralRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DiscouragedObjectLiteralRule.description)
}
}
class DiscouragedOptionalBooleanRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DiscouragedOptionalBooleanRule.description)
}
}
class DiscouragedOptionalCollectionRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DiscouragedOptionalCollectionRule.description)
}
}
class DuplicateEnumCasesRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DuplicateEnumCasesRule.description)
}
}
class DuplicateImportsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DuplicateImportsRule.description)
}
}
class DuplicatedKeyInDictionaryLiteralRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DuplicatedKeyInDictionaryLiteralRule.description)
}
}
class DynamicInlineRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(DynamicInlineRule.description)
}
}
class EmptyCollectionLiteralRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyCollectionLiteralRule.description)
}
}
class EmptyCountRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyCountRule.description)
}
}
class EmptyEnumArgumentsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyEnumArgumentsRule.description)
}
}
class EmptyParametersRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyParametersRule.description)
}
}
class EmptyParenthesesWithTrailingClosureRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyParenthesesWithTrailingClosureRule.description)
}
}
class EmptyStringRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyStringRule.description)
}
}
class EmptyXCTestMethodRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EmptyXCTestMethodRule.description)
}
}
class EnumCaseAssociatedValuesLengthRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(EnumCaseAssociatedValuesLengthRule.description)
}
}
class ExpiringTodoRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExpiringTodoRule.description)
}
}
class ExplicitACLRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExplicitACLRule.description)
}
}
class ExplicitEnumRawValueRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExplicitEnumRawValueRule.description)
}
}
class ExplicitInitRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExplicitInitRule.description)
}
}
class ExplicitSelfRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExplicitSelfRule.description)
}
}
class ExplicitTopLevelACLRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExplicitTopLevelACLRule.description)
}
}
class ExplicitTypeInterfaceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExplicitTypeInterfaceRule.description)
}
}
class ExtensionAccessModifierRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ExtensionAccessModifierRule.description)
}
}
class FallthroughRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FallthroughRule.description)
}
}
class FatalErrorMessageRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FatalErrorMessageRule.description)
}
}
class FileHeaderRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FileHeaderRule.description)
}
}
class FileLengthRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FileLengthRule.description)
}
}
class FileNameNoSpaceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FileNameNoSpaceRule.description)
}
}
class FileNameRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FileNameRule.description)
}
}
class FileTypesOrderRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FileTypesOrderRule.description)
}
}
class FirstWhereRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FirstWhereRule.description)
}
}
class FlatMapOverMapReduceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FlatMapOverMapReduceRule.description)
}
}
class ForWhereRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ForWhereRule.description)
}
}
class ForceCastRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ForceCastRule.description)
}
}
class ForceTryRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ForceTryRule.description)
}
}
class ForceUnwrappingRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ForceUnwrappingRule.description)
}
}
class FunctionBodyLengthRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FunctionBodyLengthRule.description)
}
}
class FunctionDefaultParameterAtEndRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FunctionDefaultParameterAtEndRule.description)
}
}
class FunctionParameterCountRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(FunctionParameterCountRule.description)
}
}
class GenericTypeNameRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(GenericTypeNameRule.description)
}
}
class IBInspectableInExtensionRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(IBInspectableInExtensionRule.description)
}
}
class IdenticalOperandsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(IdenticalOperandsRule.description)
}
}
class IdentifierNameRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(IdentifierNameRule.description)
}
}
class ImplicitGetterRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ImplicitGetterRule.description)
}
}
class ImplicitReturnRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ImplicitReturnRule.description)
}
}
class ImplicitlyUnwrappedOptionalRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ImplicitlyUnwrappedOptionalRule.description)
}
}
class InclusiveLanguageRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(InclusiveLanguageRule.description)
}
}
class IndentationWidthRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(IndentationWidthRule.description)
}
}
class InertDeferRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(InertDeferRule.description)
}
}
class IsDisjointRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(IsDisjointRule.description)
}
}
class JoinedDefaultParameterRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(JoinedDefaultParameterRule.description)
}
}
class LargeTupleRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LargeTupleRule.description)
}
}
class LastWhereRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LastWhereRule.description)
}
}
class LeadingWhitespaceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LeadingWhitespaceRule.description)
}
}
class LegacyCGGeometryFunctionsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LegacyCGGeometryFunctionsRule.description)
}
}
class LegacyConstantRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LegacyConstantRule.description)
}
}
class LegacyConstructorRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LegacyConstructorRule.description)
}
}
class LegacyHashingRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LegacyHashingRule.description)
}
}
class LegacyMultipleRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LegacyMultipleRule.description)
}
}
class LegacyNSGeometryFunctionsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LegacyNSGeometryFunctionsRule.description)
}
}
class LegacyObjcTypeRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LegacyObjcTypeRule.description)
}
}
class LegacyRandomRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LegacyRandomRule.description)
}
}
class LetVarWhitespaceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LetVarWhitespaceRule.description)
}
}
class LineLengthRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LineLengthRule.description)
}
}
class LiteralExpressionEndIdentationRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LiteralExpressionEndIdentationRule.description)
}
}
class LowerACLThanParentRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(LowerACLThanParentRule.description)
}
}
class MarkRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MarkRule.description)
}
}
class MissingDocsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MissingDocsRule.description)
}
}
class ModifierOrderRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ModifierOrderRule.description)
}
}
class MultilineArgumentsBracketsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MultilineArgumentsBracketsRule.description)
}
}
class MultilineArgumentsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MultilineArgumentsRule.description)
}
}
class MultilineFunctionChainsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MultilineFunctionChainsRule.description)
}
}
class MultilineLiteralBracketsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MultilineLiteralBracketsRule.description)
}
}
class MultilineParametersBracketsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MultilineParametersBracketsRule.description)
}
}
class MultilineParametersRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MultilineParametersRule.description)
}
}
class MultipleClosuresWithTrailingClosureRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(MultipleClosuresWithTrailingClosureRule.description)
}
}
class NSLocalizedStringKeyRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NSLocalizedStringKeyRule.description)
}
}
class NSLocalizedStringRequireBundleRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NSLocalizedStringRequireBundleRule.description)
}
}
class NSObjectPreferIsEqualRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NSObjectPreferIsEqualRule.description)
}
}
class NestingRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NestingRule.description)
}
}
class NimbleOperatorRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NimbleOperatorRule.description)
}
}
class NoExtensionAccessModifierRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NoExtensionAccessModifierRule.description)
}
}
class NoFallthroughOnlyRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NoFallthroughOnlyRule.description)
}
}
class NoGroupingExtensionRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NoGroupingExtensionRule.description)
}
}
class NoSpaceInMethodCallRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NoSpaceInMethodCallRule.description)
}
}
class NotificationCenterDetachmentRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NotificationCenterDetachmentRule.description)
}
}
class NumberSeparatorRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(NumberSeparatorRule.description)
}
}
class ObjectLiteralRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ObjectLiteralRule.description)
}
}
class OpeningBraceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(OpeningBraceRule.description)
}
}
class OperatorFunctionWhitespaceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(OperatorFunctionWhitespaceRule.description)
}
}
class OperatorUsageWhitespaceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(OperatorUsageWhitespaceRule.description)
}
}
class OptionalEnumCaseMatchingRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(OptionalEnumCaseMatchingRule.description)
}
}
class OrphanedDocCommentRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(OrphanedDocCommentRule.description)
}
}
class OverriddenSuperCallRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(OverriddenSuperCallRule.description)
}
}
class OverrideInExtensionRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(OverrideInExtensionRule.description)
}
}
class PatternMatchingKeywordsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PatternMatchingKeywordsRule.description)
}
}
class PreferNimbleRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PreferNimbleRule.description)
}
}
class PreferSelfInStaticReferencesRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PreferSelfInStaticReferencesRule.description)
}
}
class PreferSelfTypeOverTypeOfSelfRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PreferSelfTypeOverTypeOfSelfRule.description)
}
}
class PreferZeroOverExplicitInitRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PreferZeroOverExplicitInitRule.description)
}
}
class PrefixedTopLevelConstantRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PrefixedTopLevelConstantRule.description)
}
}
class PrivateActionRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PrivateActionRule.description)
}
}
class PrivateOutletRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PrivateOutletRule.description)
}
}
class PrivateOverFilePrivateRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PrivateOverFilePrivateRule.description)
}
}
class PrivateSubjectRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PrivateSubjectRule.description)
}
}
class PrivateUnitTestRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(PrivateUnitTestRule.description)
}
}
class ProhibitedInterfaceBuilderRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ProhibitedInterfaceBuilderRule.description)
}
}
class ProhibitedSuperRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ProhibitedSuperRule.description)
}
}
class ProtocolPropertyAccessorsOrderRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ProtocolPropertyAccessorsOrderRule.description)
}
}
class QuickDiscouragedCallRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(QuickDiscouragedCallRule.description)
}
}
class QuickDiscouragedFocusedTestRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(QuickDiscouragedFocusedTestRule.description)
}
}
class QuickDiscouragedPendingTestRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(QuickDiscouragedPendingTestRule.description)
}
}
class RawValueForCamelCasedCodableEnumRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RawValueForCamelCasedCodableEnumRule.description)
}
}
class ReduceBooleanRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ReduceBooleanRule.description)
}
}
class ReduceIntoRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ReduceIntoRule.description)
}
}
class RedundantDiscardableLetRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantDiscardableLetRule.description)
}
}
class RedundantNilCoalescingRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantNilCoalescingRule.description)
}
}
class RedundantObjcAttributeRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantObjcAttributeRule.description)
}
}
class RedundantOptionalInitializationRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantOptionalInitializationRule.description)
}
}
class RedundantSetAccessControlRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantSetAccessControlRule.description)
}
}
class RedundantStringEnumValueRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantStringEnumValueRule.description)
}
}
class RedundantTypeAnnotationRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantTypeAnnotationRule.description)
}
}
class RedundantVoidReturnRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RedundantVoidReturnRule.description)
}
}
class RequiredDeinitRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RequiredDeinitRule.description)
}
}
class RequiredEnumCaseRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(RequiredEnumCaseRule.description)
}
}
class ReturnArrowWhitespaceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ReturnArrowWhitespaceRule.description)
}
}
class ReturnValueFromVoidFunctionRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ReturnValueFromVoidFunctionRule.description)
}
}
class SelfInPropertyInitializationRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SelfInPropertyInitializationRule.description)
}
}
class ShorthandOperatorRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ShorthandOperatorRule.description)
}
}
class SingleTestClassRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SingleTestClassRule.description)
}
}
class SortedFirstLastRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SortedFirstLastRule.description)
}
}
class SortedImportsRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SortedImportsRule.description)
}
}
class StatementPositionRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(StatementPositionRule.description)
}
}
class StaticOperatorRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(StaticOperatorRule.description)
}
}
class StrictFilePrivateRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(StrictFilePrivateRule.description)
}
}
class StrongIBOutletRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(StrongIBOutletRule.description)
}
}
class SuperfluousDisableCommandRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SuperfluousDisableCommandRule.description)
}
}
class SwitchCaseAlignmentRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SwitchCaseAlignmentRule.description)
}
}
class SwitchCaseOnNewlineRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SwitchCaseOnNewlineRule.description)
}
}
class SyntacticSugarRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(SyntacticSugarRule.description)
}
}
class TestCaseAccessibilityRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TestCaseAccessibilityRule.description)
}
}
class TodoRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TodoRule.description)
}
}
class ToggleBoolRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ToggleBoolRule.description)
}
}
class TrailingClosureRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TrailingClosureRule.description)
}
}
class TrailingCommaRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TrailingCommaRule.description)
}
}
class TrailingNewlineRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TrailingNewlineRule.description)
}
}
class TrailingSemicolonRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TrailingSemicolonRule.description)
}
}
class TrailingWhitespaceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TrailingWhitespaceRule.description)
}
}
class TypeBodyLengthRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TypeBodyLengthRule.description)
}
}
class TypeContentsOrderRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TypeContentsOrderRule.description)
}
}
class TypeNameRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TypeNameRule.description)
}
}
class TypesafeArrayInitRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(TypesafeArrayInitRule.description)
}
}
class UnavailableConditionRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnavailableConditionRule.description)
}
}
class UnavailableFunctionRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnavailableFunctionRule.description)
}
}
class UnneededBreakInSwitchRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnneededBreakInSwitchRule.description)
}
}
class UnneededParenthesesInClosureArgumentRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnneededParenthesesInClosureArgumentRule.description)
}
}
class UnownedVariableCaptureRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnownedVariableCaptureRule.description)
}
}
class UntypedErrorInCatchRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UntypedErrorInCatchRule.description)
}
}
class UnusedCaptureListRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnusedCaptureListRule.description)
}
}
class UnusedClosureParameterRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnusedClosureParameterRule.description)
}
}
class UnusedControlFlowLabelRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnusedControlFlowLabelRule.description)
}
}
class UnusedDeclarationRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnusedDeclarationRule.description)
}
}
class UnusedEnumeratedRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnusedEnumeratedRule.description)
}
}
class UnusedImportRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnusedImportRule.description)
}
}
class UnusedOptionalBindingRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnusedOptionalBindingRule.description)
}
}
class UnusedSetterValueRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(UnusedSetterValueRule.description)
}
}
class ValidIBInspectableRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(ValidIBInspectableRule.description)
}
}
class VerticalParameterAlignmentOnCallRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(VerticalParameterAlignmentOnCallRule.description)
}
}
class VerticalParameterAlignmentRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(VerticalParameterAlignmentRule.description)
}
}
class VerticalWhitespaceBetweenCasesRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(VerticalWhitespaceBetweenCasesRule.description)
}
}
class VerticalWhitespaceClosingBracesRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(VerticalWhitespaceClosingBracesRule.description)
}
}
class VerticalWhitespaceOpeningBracesRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(VerticalWhitespaceOpeningBracesRule.description)
}
}
class VerticalWhitespaceRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(VerticalWhitespaceRule.description)
}
}
class VoidFunctionInTernaryConditionRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(VoidFunctionInTernaryConditionRule.description)
}
}
class VoidReturnRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(VoidReturnRule.description)
}
}
class WeakDelegateRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(WeakDelegateRule.description)
}
}
class XCTFailMessageRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(XCTFailMessageRule.description)
}
}
class XCTSpecificMatcherRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(XCTSpecificMatcherRule.description)
}
}
class YodaConditionRuleGeneratedTests: XCTestCase {
func testWithDefaultConfiguration() {
verifyRule(YodaConditionRule.description)
}
}