Home
last modified time | relevance | path

Searched refs:AssertionResult (Results 1 – 25 of 2546) sorted by relevance

12345678910>>...102

/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_assertionresult.hpp26 AssertionResult::AssertionResult() {} in AssertionResult() function in Catch::AssertionResult
28 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
33 AssertionResult::~AssertionResult() {} in ~AssertionResult()
36 bool AssertionResult::succeeded() const { in succeeded()
41 bool AssertionResult::isOk() const { in isOk()
49 bool AssertionResult::hasExpression() const { in hasExpression()
53 bool AssertionResult::hasMessage() const { in hasMessage()
57 std::string AssertionResult::getExpression() const { in getExpression()
70 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
78 std::string AssertionResult::getMessage() const { in getMessage()
[all …]
H A Dcatch_assertionresult.h90 class AssertionResult {
92 AssertionResult();
93 AssertionResult( AssertionInfo const& info, AssertionResultData const& data );
94 ~AssertionResult();
96 AssertionResult( AssertionResult const& ) = default;
97 AssertionResult( AssertionResult && ) = default;
98 AssertionResult& operator = ( AssertionResult const& ) = default;
99 AssertionResult& operator = ( AssertionResult && ) = default;
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_assertionresult.hpp26 AssertionResult::AssertionResult() {} in AssertionResult() function in Catch::AssertionResult
28 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
33 AssertionResult::~AssertionResult() {} in ~AssertionResult()
36 bool AssertionResult::succeeded() const { in succeeded()
41 bool AssertionResult::isOk() const { in isOk()
49 bool AssertionResult::hasExpression() const { in hasExpression()
53 bool AssertionResult::hasMessage() const { in hasMessage()
57 std::string AssertionResult::getExpression() const { in getExpression()
70 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
78 std::string AssertionResult::getMessage() const { in getMessage()
[all …]
H A Dcatch_assertionresult.h90 class AssertionResult {
92 AssertionResult();
93 AssertionResult( AssertionInfo const& info, AssertionResultData const& data );
94 ~AssertionResult();
96 AssertionResult( AssertionResult const& ) = default;
97 AssertionResult( AssertionResult && ) = default;
98 AssertionResult& operator = ( AssertionResult const& ) = default;
99 AssertionResult& operator = ( AssertionResult && ) = default;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_assertionresult.hpp30 AssertionResult::AssertionResult() {} in AssertionResult() function in Catch::AssertionResult
32 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
37 AssertionResult::~AssertionResult() {} in ~AssertionResult()
40 bool AssertionResult::succeeded() const { in succeeded()
45 bool AssertionResult::isOk() const { in isOk()
53 bool AssertionResult::hasExpression() const { in hasExpression()
57 bool AssertionResult::hasMessage() const { in hasMessage()
67 std::string AssertionResult::getExpression() const { in getExpression()
80 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
88 std::string AssertionResult::getMessage() const { in getMessage()
[all …]
H A Dcatch_assertionresult.h95 class AssertionResult {
97 AssertionResult();
98 AssertionResult( AssertionInfo const& info, AssertionResultData const& data );
99 ~AssertionResult();
101 AssertionResult( AssertionResult const& ) = default;
102 AssertionResult( AssertionResult && ) = default;
103 AssertionResult& operator = ( AssertionResult const& ) = default;
104 AssertionResult& operator = ( AssertionResult && ) = default;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_assertionresult.hpp30 AssertionResult::AssertionResult() {} in AssertionResult() function in Catch::AssertionResult
32 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
37 AssertionResult::~AssertionResult() {} in ~AssertionResult()
40 bool AssertionResult::succeeded() const { in succeeded()
45 bool AssertionResult::isOk() const { in isOk()
53 bool AssertionResult::hasExpression() const { in hasExpression()
57 bool AssertionResult::hasMessage() const { in hasMessage()
67 std::string AssertionResult::getExpression() const { in getExpression()
80 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
88 std::string AssertionResult::getMessage() const { in getMessage()
[all …]
H A Dcatch_assertionresult.h95 class AssertionResult {
97 AssertionResult();
98 AssertionResult( AssertionInfo const& info, AssertionResultData const& data );
99 ~AssertionResult();
101 AssertionResult( AssertionResult const& ) = default;
102 AssertionResult( AssertionResult && ) = default;
103 AssertionResult& operator = ( AssertionResult const& ) = default;
104 AssertionResult& operator = ( AssertionResult && ) = default;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/permissions/
H A Dpermission_message_test_util.h20 testing::AssertionResult VerifyHasPermissionMessage(
23 testing::AssertionResult VerifyHasPermissionMessage(
26 testing::AssertionResult VerifyHasPermissionMessage(
30 testing::AssertionResult VerifyHasPermissionMessage(
35 testing::AssertionResult VerifyNoPermissionMessages(
38 testing::AssertionResult VerifyOnePermissionMessage(
41 testing::AssertionResult VerifyOnePermissionMessage(
44 testing::AssertionResult VerifyOnePermissionMessage(
58 testing::AssertionResult VerifyTwoPermissionMessages(
69 testing::AssertionResult VerifyPermissionMessages(
[all …]
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_assertionresult.cpp28 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
34 bool AssertionResult::succeeded() const { in succeeded()
39 bool AssertionResult::isOk() const { in isOk()
43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType()
47 bool AssertionResult::hasExpression() const { in hasExpression()
51 bool AssertionResult::hasMessage() const { in hasMessage()
55 std::string AssertionResult::getExpression() const { in getExpression()
76 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
87 std::string AssertionResult::getMessage() const { in getMessage()
90 SourceLineInfo AssertionResult::getSourceInfo() const { in getSourceInfo()
[all …]
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_assertionresult.cpp28 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
34 bool AssertionResult::succeeded() const { in succeeded()
39 bool AssertionResult::isOk() const { in isOk()
43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType()
47 bool AssertionResult::hasExpression() const { in hasExpression()
51 bool AssertionResult::hasMessage() const { in hasMessage()
55 std::string AssertionResult::getExpression() const { in getExpression()
82 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
93 std::string AssertionResult::getMessage() const { in getMessage()
96 SourceLineInfo AssertionResult::getSourceInfo() const { in getSourceInfo()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_assertionresult.cpp28 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
34 bool AssertionResult::succeeded() const { in succeeded()
39 bool AssertionResult::isOk() const { in isOk()
43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType()
47 bool AssertionResult::hasExpression() const { in hasExpression()
51 bool AssertionResult::hasMessage() const { in hasMessage()
55 std::string AssertionResult::getExpression() const { in getExpression()
82 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
93 std::string AssertionResult::getMessage() const { in getMessage()
96 SourceLineInfo AssertionResult::getSourceInfo() const { in getSourceInfo()
[all …]
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_assertionresult.cpp28 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
34 bool AssertionResult::succeeded() const { in succeeded()
39 bool AssertionResult::isOk() const { in isOk()
43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType()
47 bool AssertionResult::hasExpression() const { in hasExpression()
51 bool AssertionResult::hasMessage() const { in hasMessage()
55 std::string AssertionResult::getExpression() const { in getExpression()
82 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
93 std::string AssertionResult::getMessage() const { in getMessage()
96 SourceLineInfo AssertionResult::getSourceInfo() const { in getSourceInfo()
[all …]
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_assertionresult.cpp28 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
34 bool AssertionResult::succeeded() const { in succeeded()
39 bool AssertionResult::isOk() const { in isOk()
43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType()
47 bool AssertionResult::hasExpression() const { in hasExpression()
51 bool AssertionResult::hasMessage() const { in hasMessage()
55 std::string AssertionResult::getExpression() const { in getExpression()
82 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
93 std::string AssertionResult::getMessage() const { in getMessage()
96 SourceLineInfo AssertionResult::getSourceInfo() const { in getSourceInfo()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_assertionresult.cpp28 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
34 bool AssertionResult::succeeded() const { in succeeded()
39 bool AssertionResult::isOk() const { in isOk()
43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType()
47 bool AssertionResult::hasExpression() const { in hasExpression()
51 bool AssertionResult::hasMessage() const { in hasMessage()
55 std::string AssertionResult::getExpression() const { in getExpression()
82 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
93 std::string AssertionResult::getMessage() const { in getMessage()
96 SourceLineInfo AssertionResult::getSourceInfo() const { in getSourceInfo()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_assertionresult.cpp28 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
34 bool AssertionResult::succeeded() const { in succeeded()
39 bool AssertionResult::isOk() const { in isOk()
43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType()
47 bool AssertionResult::hasExpression() const { in hasExpression()
51 bool AssertionResult::hasMessage() const { in hasMessage()
55 std::string AssertionResult::getExpression() const { in getExpression()
82 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
93 std::string AssertionResult::getMessage() const { in getMessage()
96 SourceLineInfo AssertionResult::getSourceInfo() const { in getSourceInfo()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/spdy/core/
H A Dspdy_protocol_test_utils.h33 ::testing::AssertionResult VerifySpdyFrameWithHeaderBlockIREquals(
39 ::testing::AssertionResult VerifySpdyFrameWithPaddingIREquals(const T& expected, in VerifySpdyFrameWithPaddingIREquals()
52 ::testing::AssertionResult VerifySpdyFrameWithPriorityIREquals( in VerifySpdyFrameWithPriorityIREquals()
87 ::testing::AssertionResult VerifySpdyFrameIREquals(
96 ::testing::AssertionResult VerifySpdyFrameIREquals(
101 ::testing::AssertionResult VerifySpdyFrameIREquals(
106 ::testing::AssertionResult VerifySpdyFrameIREquals(
111 ::testing::AssertionResult VerifySpdyFrameIREquals(
116 ::testing::AssertionResult VerifySpdyFrameIREquals(
123 ::testing::AssertionResult VerifySpdyFrameIREquals(const E* expected, in VerifySpdyFrameIREquals()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/spdy/core/
H A Dspdy_protocol_test_utils.h33 ::testing::AssertionResult VerifySpdyFrameWithHeaderBlockIREquals(
39 ::testing::AssertionResult VerifySpdyFrameWithPaddingIREquals(const T& expected, in VerifySpdyFrameWithPaddingIREquals()
52 ::testing::AssertionResult VerifySpdyFrameWithPriorityIREquals( in VerifySpdyFrameWithPriorityIREquals()
87 ::testing::AssertionResult VerifySpdyFrameIREquals(
96 ::testing::AssertionResult VerifySpdyFrameIREquals(
101 ::testing::AssertionResult VerifySpdyFrameIREquals(
106 ::testing::AssertionResult VerifySpdyFrameIREquals(
111 ::testing::AssertionResult VerifySpdyFrameIREquals(
116 ::testing::AssertionResult VerifySpdyFrameIREquals(
123 ::testing::AssertionResult VerifySpdyFrameIREquals(const E* expected, in VerifySpdyFrameIREquals()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/permissions/
H A Dpermission_message_test_util.h20 testing::AssertionResult VerifyHasPermissionMessage(
23 testing::AssertionResult VerifyHasPermissionMessage(
28 testing::AssertionResult VerifyNoPermissionMessages(
31 testing::AssertionResult VerifyOnePermissionMessage(
34 testing::AssertionResult VerifyOnePermissionMessage(
37 testing::AssertionResult VerifyOnePermissionMessage(
47 testing::AssertionResult VerifyTwoPermissionMessages(
53 testing::AssertionResult VerifyPermissionMessages(
57 testing::AssertionResult VerifyPermissionMessages(
62 testing::AssertionResult VerifyPermissionMessagesWithSubmessages(
[all …]
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/gtest/include/gtest/
H A Dgtest.h191 class AssertionResult {
206 AssertionResult() {} in AssertionResult() function
216 AssertionResult AssertionSuccess();
857 AssertionResult IsSubstring(
860 AssertionResult IsSubstring(
863 AssertionResult IsNotSubstring(
866 AssertionResult IsNotSubstring(
870 AssertionResult IsSubstring(
873 AssertionResult IsNotSubstring(
879 AssertionResult IsSubstring(
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/smartystreets/goconvey/convey/reporting/
H A Dreports.go36 Assertions []*AssertionResult
46 self.Assertions = []*AssertionResult{}
89 type AssertionResult struct { struct
100 func NewFailureReport(failure string) *AssertionResult {
101 report := new(AssertionResult)
118 func NewErrorReport(err interface{}) *AssertionResult {
119 report := new(AssertionResult)
125 func NewSuccessReport() *AssertionResult {
126 return new(AssertionResult)
128 func NewSkipReport() *AssertionResult {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/smartystreets/goconvey/convey/reporting/
H A Dreports.go36 Assertions []*AssertionResult
46 self.Assertions = []*AssertionResult{}
89 type AssertionResult struct { struct
100 func NewFailureReport(failure string) *AssertionResult {
101 report := new(AssertionResult)
118 func NewErrorReport(err interface{}) *AssertionResult {
119 report := new(AssertionResult)
125 func NewSuccessReport() *AssertionResult {
126 return new(AssertionResult)
128 func NewSkipReport() *AssertionResult {
[all …]
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/vendor/github.com/smartystreets/goconvey/convey/reporting/
H A Dreports.go36 Assertions []*AssertionResult
46 self.Assertions = []*AssertionResult{}
89 type AssertionResult struct { struct
100 func NewFailureReport(failure string) *AssertionResult {
101 report := new(AssertionResult)
118 func NewErrorReport(err interface{}) *AssertionResult {
119 report := new(AssertionResult)
125 func NewSuccessReport() *AssertionResult {
126 return new(AssertionResult)
128 func NewSkipReport() *AssertionResult {
[all …]
/dports/net-im/tut/tut-0.0.17/vendor/github.com/smartystreets/goconvey/convey/reporting/
H A Dreports.go36 Assertions []*AssertionResult
46 self.Assertions = []*AssertionResult{}
89 type AssertionResult struct { struct
100 func NewFailureReport(failure string) *AssertionResult {
101 report := new(AssertionResult)
118 func NewErrorReport(err interface{}) *AssertionResult {
119 report := new(AssertionResult)
125 func NewSuccessReport() *AssertionResult {
126 return new(AssertionResult)
128 func NewSkipReport() *AssertionResult {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/smartystreets/goconvey/convey/reporting/
H A Dreports.go36 Assertions []*AssertionResult
46 self.Assertions = []*AssertionResult{}
89 type AssertionResult struct { struct
100 func NewFailureReport(failure string) *AssertionResult {
101 report := new(AssertionResult)
118 func NewErrorReport(err interface{}) *AssertionResult {
119 report := new(AssertionResult)
125 func NewSuccessReport() *AssertionResult {
126 return new(AssertionResult)
128 func NewSkipReport() *AssertionResult {
[all …]

12345678910>>...102