Documentation Archive Developer
Search

StdlibUnittest Changes

StdlibUnittest (Removed)

Removed AssertionResult [struct]
Removed AssertionResult.description
Removed AssertionResult.getLogicValue() -> Bool
Removed AssertionResult.init(isPass: Bool)
Removed AssertionResult.withDescription(String) -> StdlibUnittest.AssertionResult
Removed SourceLoc [struct]
Removed SourceLoc.init(_: String, _: UWord, comment: String?)
Removed SourceLoc.comment
Removed SourceLoc.file
Removed SourceLoc.line
Removed SourceLoc.withCurrentLoc(String, line: UWord) -> StdlibUnittest.SourceLocStack
Removed SourceLocStack [struct]
Removed SourceLocStack.init()
Removed SourceLocStack.init(_: StdlibUnittest.SourceLoc)
Removed SourceLocStack.init(_locs: [StdlibUnittest.SourceLoc])
Removed SourceLocStack.isEmpty
Removed SourceLocStack.locs
Removed SourceLocStack.with(StdlibUnittest.SourceLoc) -> StdlibUnittest.SourceLocStack
Removed SourceLocStack.withCurrentLoc(String, line: UWord) -> StdlibUnittest.SourceLocStack
Removed TestCase [struct]
Removed TestCase.init(_: String)
Removed TestCase.name
Removed TestCase.run()
Removed TestCase.test(String, testFunction:() -> ())
Removed asHex([UInt32]) -> String
Removed asHex([UInt8]) -> String
Removed assertionFailure() -> StdlibUnittest.AssertionResult
Removed assertionSuccess() -> StdlibUnittest.AssertionResult
Removed checkCollection([Element], C, StdlibUnittest.SourceLocStack)
Removed checkGenerator([Element], G, StdlibUnittest.SourceLocStack)
Removed checkSequence([Element], S, StdlibUnittest.SourceLocStack)
Removed checkSliceableWithBidirectionalIndex([Element], S, StdlibUnittest.SourceLocStack)
Removed expectEmpty(T?, StdlibUnittest.SourceLocStack?, String, UWord)
Removed expectEqual(ContiguousArray<T>, ContiguousArray<T>, StdlibUnittest.SourceLocStack?,() -> String, String, UWord)
Removed expectEqual(ContiguousArray<T>, ContiguousArray<T>, StdlibUnittest.SourceLocStack?, String, UWord)
Removed expectEqual(Slice<T>, Slice<T>, StdlibUnittest.SourceLocStack?,() -> String, String, UWord)
Removed expectEqual(Slice<T>, Slice<T>, StdlibUnittest.SourceLocStack?, String, UWord)
Removed expectEqual(T, T, StdlibUnittest.SourceLocStack?,() -> String, String, UWord)
Removed expectEqual(T, T, StdlibUnittest.SourceLocStack?, String, UWord)
Removed expectEqual([T: U],[T: U], StdlibUnittest.SourceLocStack?,() -> String, String, UWord)
Removed expectEqual([T: U],[T: U], StdlibUnittest.SourceLocStack?, String, UWord)
Removed expectEqual([T],[T], StdlibUnittest.SourceLocStack?,() -> String, String, UWord)
Removed expectEqual([T],[T], StdlibUnittest.SourceLocStack?, String, UWord)
Removed expectFalse(Bool, String, UWord)
Removed expectFalse(StdlibUnittest.AssertionResult, String, UWord)
Removed expectGE(Int, Int, String, UWord)
Removed expectLE(Int, Int, String, UWord)
Removed expectNotEmpty(T?, String, UWord)
Removed expectNotEqual(T, T, String, UWord)
Removed expectOptionalEqual(T, T?, String, UWord)
Removed expectTrue(Bool, StdlibUnittest.SourceLocStack?, String, UWord)
Removed expectTrue(StdlibUnittest.AssertionResult, StdlibUnittest.SourceLocStack?, String, UWord)