(extension in Spectre):Spectre.ExpectationType.beNil () throws -> ()
(extension in Spectre):Spectre.ExpectationType.toThrow () throws -> ()
(extension in Spectre):Spectre.ExpectationType.toThrow <A where A1: Swift.Equatable> (A1) throws -> ()
(extension in Spectre):Spectre.ExpectationType<A where A: Spectre.ExpectationType, A.ValueType == Swift.Bool>.beFalse () throws -> ()
(extension in Spectre):Spectre.ExpectationType<A where A: Spectre.ExpectationType, A.ValueType == Swift.Bool>.beTrue () throws -> ()
(extension in Spectre):Swift.CollectionType<A where A: Swift.CollectionType, A.Generator.Element == Spectre.CaseFailure>.print () -> ()
Spectre.ANSI
Spectre.ANSI.Bold (Spectre.ANSI.Type) -> Spectre.ANSI
Spectre.ANSI.Green (Spectre.ANSI.Type) -> Spectre.ANSI
Spectre.ANSI.Red (Spectre.ANSI.Type) -> Spectre.ANSI
Spectre.ANSI.Reset (Spectre.ANSI.Type) -> Spectre.ANSI
Spectre.ANSI.Yellow (Spectre.ANSI.Type) -> Spectre.ANSI
Spectre.ANSI.description : Swift.String
Spectre.Case
Spectre.Case.closure : () throws -> ()
Spectre.Case.disabled : Swift.Bool
Spectre.Case.init (name : Swift.String, disabled : Swift.Bool, closure : () throws -> ()) -> Spectre.Case
Spectre.Case.name : Swift.String
Spectre.Case.run (Spectre.ContextReporter) -> ()
Spectre.CaseFailure
Spectre.CaseFailure.failure : Spectre.FailureType
Spectre.CaseFailure.init (position : Swift.Array<Swift.String>, failure : Spectre.FailureType) -> Spectre.CaseFailure
Spectre.CaseFailure.position : Swift.Array<Swift.String>
Spectre.CaseType.run (Spectre.ContextReporter) -> ()
Spectre.Context
Spectre.Context with unmangled suffix "5After"
Spectre.Context with unmangled suffix "6Before"
Spectre.Context.(parent in _0A9FC2939978EA36CD179CB1355BFD8B) : weak Swift.Optional<Spectre.Context>
Spectre.Context.after (() -> ()) -> ()
Spectre.Context.afters : Swift.Array<() -> ()>
Spectre.Context.before (() -> ()) -> ()
Spectre.Context.befores : Swift.Array<() -> ()>
Spectre.Context.cases : Swift.Array<Spectre.CaseType>
Spectre.Context.context (Swift.String, closure : (Spectre.ContextType) -> ()) -> ()
Spectre.Context.describe (Swift.String, closure : (Spectre.ContextType) -> ()) -> ()
Spectre.Context.disabled : Swift.Bool
Spectre.Context.init (name : Swift.String, disabled : Swift.Bool, parent : Swift.Optional<Spectre.Context>) -> Spectre.Context
Spectre.Context.it (Swift.String, closure : () throws -> ()) -> ()
Spectre.Context.name : Swift.String
Spectre.Context.run (Spectre.ContextReporter) -> ()
Spectre.Context.runAfters () -> ()
Spectre.Context.runBefores () -> ()
Spectre.Context.xcontext (Swift.String, closure : (Spectre.ContextType) -> ()) -> ()
Spectre.Context.xdescribe (Swift.String, closure : (Spectre.ContextType) -> ()) -> ()
Spectre.Context.xit (Swift.String, closure : () throws -> ()) -> ()
Spectre.ContextReporter.addDisabled (Swift.String) -> ()
Spectre.ContextReporter.addFailure (Swift.String, failure : Spectre.FailureType) -> ()
Spectre.ContextReporter.addSuccess (Swift.String) -> ()
Spectre.ContextReporter.report (Swift.String, closure : (Spectre.ContextReporter) -> ()) -> ()
Spectre.ContextType.after (() -> ()) -> ()
Spectre.ContextType.before (() -> ()) -> ()
Spectre.ContextType.context (Swift.String, closure : (Spectre.ContextType) -> ()) -> ()
Spectre.ContextType.describe (Swift.String, closure : (Spectre.ContextType) -> ()) -> ()
Spectre.ContextType.it (Swift.String, closure : () throws -> ()) -> ()
Spectre.ContextType.xcontext (Swift.String, closure : (Spectre.ContextType) -> ()) -> ()
Spectre.ContextType.xdescribe (Swift.String, closure : (Spectre.ContextType) -> ()) -> ()
Spectre.ContextType.xit (Swift.String, closure : () throws -> ()) -> ()
Spectre.CountReporter
Spectre.CountReporter.addDisabled (Swift.String) -> ()
Spectre.CountReporter.addFailure (Swift.String, failure : Spectre.FailureType) -> ()
Spectre.CountReporter.addSuccess (Swift.String) -> ()
Spectre.CountReporter.depth : Swift.Int
Spectre.CountReporter.disabled : Swift.Int
Spectre.CountReporter.failures : Swift.Array<Spectre.CaseFailure>
Spectre.CountReporter.position : Swift.Array<Swift.String>
Spectre.CountReporter.printStatus () -> ()
Spectre.CountReporter.report ((Spectre.ContextReporter) -> ()) -> Swift.Bool
Spectre.CountReporter.report (Swift.String, closure : (Spectre.ContextReporter) -> ()) -> ()
Spectre.CountReporter.successes : Swift.Int
Spectre.DotReporter
Spectre.DotReporter.addDisabled (Swift.String) -> ()
Spectre.DotReporter.addFailure (Swift.String, failure : Spectre.FailureType) -> ()
Spectre.DotReporter.addSuccess (Swift.String) -> ()
Spectre.DotReporter.printStatus () -> ()
Spectre.Expectation
Spectre.Expectation with unmangled suffix "1TMx"
Spectre.Expectation with unmangled suffix "9ValueType"
Spectre.Expectation.expression : () throws -> Swift.Optional<A>
Spectre.Expectation.failure (Swift.String) -> Spectre.FailureType
Spectre.Expectation.file : Swift.String
Spectre.Expectation.function : Swift.String
Spectre.Expectation.init (file : Swift.String, line : Swift.Int, function : Swift.String, expression : () throws -> Swift.Optional<A>) -> Spectre.Expectation<A>
Spectre.Expectation.line : Swift.Int
Spectre.Expectation.to : Spectre.Expectation<A>
Spectre.ExpectationFailure
Spectre.ExpectationFailure.file : Swift.String
Spectre.ExpectationFailure.function : Swift.String
Spectre.ExpectationFailure.init (reason : Swift.String, file : Swift.String, line : Swift.Int, function : Swift.String) -> Spectre.ExpectationFailure
Spectre.ExpectationFailure.line : Swift.Int
Spectre.ExpectationFailure.reason : Swift.String
Spectre.ExpectationType.expression : () throws -> Swift.Optional<A.ValueType>
Spectre.ExpectationType.failure (Swift.String) -> Spectre.FailureType
Spectre.Failure
Spectre.Failure.file : Swift.String
Spectre.Failure.function : Swift.String
Spectre.Failure.init (reason : Swift.String, function : Swift.String, file : Swift.String, line : Swift.Int) -> Spectre.Failure
Spectre.Failure.line : Swift.Int
Spectre.Failure.reason : Swift.String
Spectre.FailureType.file : Swift.String
Spectre.FailureType.function : Swift.String
Spectre.FailureType.line : Swift.Int
Spectre.FailureType.reason : Swift.String
Spectre.GlobalContext
Spectre.GlobalContext.cases : Swift.Array<Spectre.CaseType>
Spectre.GlobalContext.describe (Swift.String, closure : (Spectre.ContextType) -> ()) -> ()
Spectre.GlobalContext.it (Swift.String, closure : () throws -> ()) -> ()
Spectre.GlobalContext.run (Spectre.Reporter) -> Swift.Bool
Spectre.Reporter.report ((Spectre.ContextReporter) -> ()) -> Swift.Bool
Spectre.StandardReporter
Spectre.StandardReporter.addDisabled (Swift.String) -> ()
Spectre.StandardReporter.addFailure (Swift.String, failure : Spectre.FailureType) -> ()
Spectre.StandardReporter.addSuccess (Swift.String) -> ()
Spectre.StandardReporter.colour (Spectre.ANSI, Swift.String) -> ()
Spectre.StandardReporter.report (Swift.String, closure : (Spectre.ContextReporter) -> ()) -> ()
Spectre.TapReporter
Spectre.TapReporter.addDisabled (Swift.String) -> ()
Spectre.TapReporter.addFailure (Swift.String, failure : Spectre.FailureType) -> ()
Spectre.TapReporter.addSuccess (Swift.String) -> ()
Spectre.TapReporter.count : Swift.Int
Spectre.TapReporter.printStatus () -> ()
Spectre.describe (Swift.String, closure : (Spectre.ContextType) -> ()) -> ()
Spectre.expect <A> (@autoclosure () throws -> Swift.Optional<A>, file : Swift.String, line : Swift.Int, function : Swift.String) -> Spectre.Expectation<A>
Spectre.expect <A> (Swift.String, line : Swift.Int, function : Swift.String, expression : () throws -> Swift.Optional<A>) -> Spectre.Expectation<A>
Spectre.failure (Swift.Optional<Swift.String>, function : Swift.String, file : Swift.String, line : Swift.Int) -> Spectre.FailureType
Spectre.globalContext : Spectre.GlobalContext
Spectre.it (Swift.String, closure : () throws -> ()) -> ()
Spectre.run () -> ()
Spectre.run (Spectre.Reporter) -> ()
_TP7Spectre11ContextType
_TP7Spectre11FailureType
_TP7Spectre15ContextReporter
_TP7Spectre15ExpectationType
_TP7Spectre15ExpectationType9ValueType
_TP7Spectre8CaseType
_TP7Spectre8Reporter
static Spectre.!= infix <A where A: Spectre.ExpectationType, A.ValueType: Swift.Equatable> (A, A.ValueType) throws -> ()
static Spectre.< infix <A where A: Spectre.ExpectationType, A.ValueType: Swift.Comparable> (A, A.ValueType) throws -> ()
static Spectre.<= infix <A where A: Spectre.ExpectationType, A.ValueType: Swift.Comparable> (A, A.ValueType) throws -> ()
static Spectre.== infix <A where A: Spectre.ExpectationType, A.ValueType: Swift.Equatable> (A, A.ValueType) throws -> ()
static Spectre.> infix <A where A: Spectre.ExpectationType, A.ValueType: Swift.Comparable> (A, A.ValueType) throws -> ()
static Spectre.>= infix <A where A: Spectre.ExpectationType, A.ValueType: Swift.Comparable> (A, A.ValueType) throws -> ()