Dmitri Gribenko
b8a475be72
StdlibUnittest: rename 'expectEmpty()' and 'expectNotEmpty()' to 'expectNil()' and 'expectNotNil()'
...
The new names are what people generally expect. The old names made more
sense in the old times when the 'Optional.None' case could not be
created with the 'nil' keyword.
2016-09-10 20:05:42 -07:00
Dmitri Gribenko
fd627ff015
StdlibUnittest: add expectEqual(_: Any.Type, _: Any.Type)
2016-08-08 17:56:05 -07:00
Dmitri Gribenko
f45565ca6c
StdlibUnittest: add a new overload of expectEqual()
2016-08-07 13:46:31 -07:00
rintaro ishizaki
4b51d85abb
[test] Add %target-run-simple-swiftgyb
...
* Utilize %target-run-simple-swiftgyb where possible
2016-06-15 11:49:44 +09:00
Rintaro Ishizaki
1bdce7ced6
[lit] Add substitutions: %utils and %line-directive
...
%utils => ${SWIFT_SOURCE_DIR}/utils
%line-directive => ${SWIFT_SOURCE_DIR}/utils/line-directive
2016-06-11 02:41:15 +09:00
Dmitri Gribenko
8f118750a4
StdlibUnittest: add tests for expectEqual() on tuples
2016-06-04 02:33:30 -07:00
Dmitri Gribenko
e43e25e3b7
StdlibUnittest: add optimized overloads for expectEqualsUnordered()
2016-04-01 23:05:19 -07:00
Dmitri Gribenko
bad2ff1bb7
StdlibUnittest: add assertions for range checks
2016-04-01 14:12:17 -07:00