_XCTAssertionType Constants Reference
Declared in | XCTestAssertionsImpl.h |
---|
_XCTAssertionType
Definition
typedef NS_ENUM(NSUInteger, _XCTAssertionType ) {
_XCTAssertion_Fail,
_XCTAssertion_Nil,
_XCTAssertion_NotNil,
_XCTAssertion_EqualObjects,
_XCTAssertion_NotEqualObjects,
_XCTAssertion_Equal,
_XCTAssertion_NotEqual,
_XCTAssertion_EqualWithAccuracy,
_XCTAssertion_NotEqualWithAccuracy,
_XCTAssertion_GreaterThan,
_XCTAssertion_GreaterThanOrEqual,
_XCTAssertion_LessThan,
_XCTAssertion_LessThanOrEqual,
_XCTAssertion_True,
_XCTAssertion_False,
_XCTAssertion_Throws,
_XCTAssertion_ThrowsSpecific,
_XCTAssertion_ThrowsSpecificNamed,
_XCTAssertion_NoThrow,
_XCTAssertion_NoThrowSpecific,
_XCTAssertion_NoThrowSpecificNamed,
};
Constants
_XCTAssertion_Fail
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_Nil
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_NotNil
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_EqualObjects
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_NotEqualObjects
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_Equal
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_NotEqual
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_EqualWithAccuracy
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_NotEqualWithAccuracy
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_GreaterThan
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_GreaterThanOrEqual
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_LessThan
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_LessThanOrEqual
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_True
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_False
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_Throws
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_ThrowsSpecific
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_ThrowsSpecificNamed
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_NoThrow
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_NoThrowSpecific
-
Declared In
XCTestAssertionsImpl.h
. _XCTAssertion_NoThrowSpecificNamed
-
Declared In
XCTestAssertionsImpl.h
.