/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cppunit/src/cppunit/ |
H A D | Asserter.cpp | 11 Asserter::fail( std::string message, in fail() 19 Asserter::fail( const Message &message, in fail() 27 Asserter::failIf( bool shouldFail, in failIf() 37 Asserter::failIf( bool shouldFail, in failIf() 81 Asserter::makeActual( const std::string &actualValue ) in makeActual() 113 Asserter::failNotEqual( std::string expected, in failNotEqual() 128 Asserter::failNotLess( std::string expected, in failNotLess() 143 Asserter::failNotGreater( std::string expected, in failNotGreater() 157 Asserter::failNotLessEqual( std::string expected, in failNotLessEqual() 171 Asserter::failNotGreaterEqual( std::string expected, in failNotGreaterEqual() [all …]
|
H A D | TestAssert.cpp | 37 Asserter::failNotEqualIf( !equal, in assertDoubleEquals()
|
/dports/devel/cppunit/cppunit-1.14.0/src/cppunit/ |
H A D | Asserter.cpp | 11 Asserter::fail( std::string message, in fail() 19 Asserter::fail( const Message &message, in fail() 27 Asserter::failIf( bool shouldFail, in failIf() 37 Asserter::failIf( bool shouldFail, in failIf() 81 Asserter::makeActual( const std::string &actualValue ) in makeActual() 113 Asserter::failNotEqual( std::string expected, in failNotEqual() 128 Asserter::failNotLess( std::string expected, in failNotLess() 143 Asserter::failNotGreater( std::string expected, in failNotGreater() 157 Asserter::failNotLessEqual( std::string expected, in failNotLessEqual() 171 Asserter::failNotGreaterEqual( std::string expected, in failNotGreaterEqual() [all …]
|
H A D | TestAssert.cpp | 37 Asserter::failNotEqualIf( !equal, in assertDoubleEquals()
|
/dports/net/rclone/rclone-1.57.0/vendor/github.com/vivint/infectious/ |
H A D | common_test.go | 46 type Asserter struct { struct 50 func Wrap(tb testing.TB) *Asserter { 51 return &Asserter{ 56 func (a *Asserter) AssertNoError(err error) { argument 62 func (a *Asserter) AssertDeepEqual(x, y interface{}) { argument
|
/dports/net/storj/storj-1.45.3/vendor/github.com/vivint/infectious/ |
H A D | common_test.go | 46 type Asserter struct { struct 50 func Wrap(tb testing.TB) *Asserter { 51 return &Asserter{ 56 func (a *Asserter) AssertNoError(err error) { argument 62 func (a *Asserter) AssertDeepEqual(x, y interface{}) { argument
|
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cppunit/include/cppunit/ |
H A D | TestAssert.h | 134 Asserter::failNotEqual( assertion_traits<T>::toString(expected), 166 Asserter::failNotLess( assertion_traits<T>::toString(expected), 186 Asserter::failNotGreater( assertion_traits<T>::toString(expected), 205 Asserter::failNotLessEqual( assertion_traits<T>::toString(expected), 224 Asserter::failNotGreaterEqual( assertion_traits<T>::toString(expected), 246 ( CPPUNIT_NS::Asserter::failIf( !(condition), \ 259 ( CPPUNIT_NS::Asserter::failIf( !(condition), \ 271 ( CPPUNIT_NS::Asserter::fail( CPPUNIT_NS::Message( "forced failure", \ 522 CPPUNIT_NS::Asserter::fail( cpputMsg_, \ 563 CPPUNIT_NS::Asserter::fail( cpputMsg_, \ [all …]
|
/dports/devel/cppunit/cppunit-1.14.0/include/cppunit/ |
H A D | TestAssert.h | 134 Asserter::failNotEqual( assertion_traits<T>::toString(expected), 166 Asserter::failNotLess( assertion_traits<T>::toString(expected), 186 Asserter::failNotGreater( assertion_traits<T>::toString(expected), 205 Asserter::failNotLessEqual( assertion_traits<T>::toString(expected), 224 Asserter::failNotGreaterEqual( assertion_traits<T>::toString(expected), 246 ( CPPUNIT_NS::Asserter::failIf( !(condition), \ 259 ( CPPUNIT_NS::Asserter::failIf( !(condition), \ 271 ( CPPUNIT_NS::Asserter::fail( CPPUNIT_NS::Message( "forced failure", \ 522 CPPUNIT_NS::Asserter::fail( cpputMsg_, \ 563 CPPUNIT_NS::Asserter::fail( cpputMsg_, \ [all …]
|
H A D | Makefile.am | 9 Asserter.h \
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/cppunit/ |
H A D | 0001-Unconditionally-use-C-11-noreturn.patch.1 | 13 include/cppunit/Asserter.h | 12 +++--------- 16 diff --git a/include/cppunit/Asserter.h b/include/cppunit/Asserter.h 18 --- a/include/cppunit/Asserter.h 19 +++ b/include/cppunit/Asserter.h 30 struct Asserter 46 @@ -165,7 +159,7 @@ struct Asserter
|
/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/util/ |
H A D | asserter.cpp | 22 Asserter::Asserter(QObject *parent) : in Asserter() function in Asserter 26 void Asserter::check(bool condition) { in check()
|
H A D | asserter.h | 25 class Asserter : public QObject 29 explicit Asserter(QObject *parent = 0);
|
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/ |
H A D | Asserter.java | 29 public class Asserter { class 31 private Asserter() { in Asserter() method in Asserter 47 throw new Asserter.AssertionException(s); in assertTrue()
|
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/io/cache/ |
H A D | CacheEntryList.java | 23 import com.servingxml.util.Asserter; 101 Asserter.assertTrue(sourceClass,sourceMethod,"entry",entry != null); in append() 115 Asserter.assertTrue(sourceClass,sourceMethod,"head",head != null); in append() 116 Asserter.assertTrue(sourceClass,sourceMethod,"tail",tail != null); in append()
|
/dports/games/flightgear/flightgear-2020.3.11/test_suite/FGTestApi/ |
H A D | NasalUnitTesting_TestSuite.cxx | 52 CppUnit::Asserter::failIf(!pass, "assertion failed:" + msg, nasalSourceLine(ctx)); in f_assert() 63 CppUnit::Asserter::fail("assertion failed:" + msg, in f_fail() 83 CppUnit::Asserter::fail(msg, nasalSourceLine(ctx)); in f_assert_equal() 101 CppUnit::Asserter::fail(msg, nasalSourceLine(ctx)); in f_assert_doubles_equal()
|
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/content/dynamic/ |
H A D | ArrayIdentifier.java | 23 import com.servingxml.util.Asserter; 40 Asserter.assertTrue(sourceClass,sourceMethod,"arg1 is array",o1.getClass().isArray()); in equalTo() 41 Asserter.assertTrue(sourceClass,sourceMethod,"arg2 is array",o2.getClass().isArray()); in equalTo()
|
H A D | KeyIdentifierImpl.java | 27 import com.servingxml.util.Asserter; 73 Asserter.assertTrue(sourceClass,sourceMethod,KEY, in initialize() 111 Asserter.assertTrue(sourceClass,sourceMethod,"",values1.length == values2.length); in equalTo()
|
H A D | DynamicContentReader.java | 38 import com.servingxml.util.Asserter; 75 Asserter.assertTrue(sourceClass, sourceMethod, "handlerMethod", handlerMethod != null); in DynamicContentReader() 150 Asserter.assertTrue(sourceClass,sourceMethod,"contentHandler != null",contentHandler != null); in parse()
|
/dports/devel/py-testoob/testoob-1.15/src/testoob/ |
H A D | asserter.py | 19 class Asserter: class 75 Asserter().make_asserts_report("unittest", "TestCase", "(^assert)|(^fail[A-Z])|(^fail$)") 76 Asserter().make_asserts_report("testoob", "testing", "^assert")
|
/dports/net/grive2/grive2-ffb744a/libgrive/test/ |
H A D | Assert.hh | 35 CPPUNIT_NS::Asserter::failNotEqual( in AssertEquals() 60 CPPUNIT_NS::Asserter::failNotEqual( in AssertEquals()
|
/dports/audio/hydrogen/hydrogen-1.0.1/src/tests/ |
H A D | midi_note_test.cpp | 25 ::CppUnit::Asserter::failNotEqual(name, instrName, sl, CppUnit::AdditionalMessage(), msg); in checkInstrumentMidiNote() 30 …::CppUnit::Asserter::failNotEqual(std::to_string(note), std::to_string(instrNote), sl, CppUnit::Ad… in checkInstrumentMidiNote()
|
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/unit/ |
H A D | UnitUtil.hpp | 48 CPPUNIT_NS::Asserter::failIf( !(COND), (MSG), CPPUNIT_SOURCELINE() ) 87 …CPPUNIT_NS::Asserter::failIf( !(arrays_equal((A),(B),(LEN))), arrays_not_equal_msg((A),(LEN),(B),(… 90 …CPPUNIT_NS::Asserter::failIf( ((A) != (B)), arrays_not_equal_msg(&(A)[0],(A).size(),&(B)[0],(B).si…
|
/dports/devel/py-testoob/testoob-1.15/src/testoob/running/ |
H A D | baserunner.py | 27 testoob.asserter.Asserter().set_reporter(fixture.get_fixture(), self.reporter)
|
/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/core/ |
H A D | connection.h | 60 Asserter mAsserter; in Q_DECLARE_LOGGING_CATEGORY()
|
/dports/ftp/libfilezilla/libfilezilla-0.31.1/tests/ |
H A D | test_utils.hpp | 37 CppUnit::Asserter::failNotEqual(value_to_string(expected), value_to_string(actual), line, loc); in assert_equal_data()
|