/thrift-3.4.0/lib/nodets/test/ |
D | test_driver.ts | 125 function fail(msg: string) { 128 assert.fail(msg); 141 .fail(fail("fnName")); 155 .fail(fail("testStruct")); 161 .fail(fail("testNest")); 167 .fail(fail("testInsanity")); 171 fail("testException: TException"); 173 .fail(function(err) { 179 fail("testException: Xception"); 181 .fail(function(err) { [all …]
|
/thrift-3.4.0/lib/php/test/Validator/ |
D | BaseValidatorTest.php | 74 $this->fail('Bonk was able to write an empty object'); 88 $this->fail('StructA was able to write an empty object'); 116 static::fail($class . ' class should have a read validator'); 123 static::fail($class . ' class should not have a write validator'); 130 static::fail($class . ' class should have a write validator'); 137 static::fail($class . ' class should not have a write validator');
|
/thrift-3.4.0/lib/nodejs/test/ |
D | test_driver.js | 177 .catch(() => assert.fail("fnName")); 201 .catch(() => assert.fail("testStruct")); 208 .catch(() => assert.fail("testNest")); 215 .catch(() => assert.fail("testInsanity")); 222 .catch(() => assert.fail("testInsanity2")); 227 assert.fail("testException: TException"); 236 assert.fail("testException: Xception"); 249 .catch(() => assert.fail("testException")); 256 .catch(() => assert.fail("testOneway: should not reject")); 266 .catch(() => assert.fail("checkOffByOne")); [all …]
|
/thrift-3.4.0/lib/go/thrift/ |
D | uuid_test.go | 32 fail bool 56 fail: true, 60 fail: true, 64 fail: true, 69 if ok != !c.fail { 72 if !c.fail && b != c.b {
|
/thrift-3.4.0/test/py/ |
D | TestEof.py | 62 self.fail("Should have gotten EOFError") 84 self.fail("Should have gotten EOFError") 101 self.fail("Should have gotten an EOFError")
|
D | TestClient.py | 224 self.fail("should have gotten exception") 235 self.fail("should have gotten exception")
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/server/ |
D | TestNonblockingServer.java | 21 import static org.junit.jupiter.api.Assertions.fail; 77 fail(); in startServer() 127 fail("timed out when it should have thrown another kind of error!"); in testCleanupAllSelectionKeys()
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/transport/sasl/ |
D | NonblockingSaslHandler.java | 227 private void fail(Exception e) { in fail() method in NonblockingSaslHandler 351 fail(e); in executeProcessing() 365 fail(e); in handleWritingSaslChallenge() 379 fail(e); in handleWritingSuccessMessage() 390 fail(e); in handleWritingFailureMessage() 402 fail(e); in handleWritingResponse()
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/async/ |
D | TestTAsyncClientManager.java | 287 Assertions.fail("unexpected onError with exception " + sink.toString()); in basicCall() 343 fail(exception); in onError() 347 private static void fail(Exception exception) { in fail() method in TestTAsyncClientManager 350 Assertions.fail("unexpected error " + sink); in fail() 391 Assertions.fail( in run() 404 fail(e); in run()
|
/thrift-3.4.0/lib/d/test/ |
D | async_test.d | 68 void fail(string reason); 184 override void fail(string reason) { in fail() function 185 if (trace_) writefln(`fail("%s")`, reason); in fail() 307 if (trace_) writefln(`Calling fail("%s")... `, id); in run() 308 auto a = cast(AsyncTestException)collectException(client.fail(id).waitGet()); in run() 310 if (trace_) writefln(`fail("%s") done.`, id); in run()
|
/thrift-3.4.0/contrib/thrift-maven-plugin/src/test/java/org/apache/thrift/maven/ |
D | TestThrift.java | 32 import static org.junit.Assert.fail; 151 fail("Expected IllegalStateException"); in testFileInPathPreCondition()
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/transport/ |
D | TestTSaslTransports.java | 27 import static org.junit.jupiter.api.Assertions.fail; 337 fail(e); in startServer() 562 fail("Should have gotten an error due to incorrect status byte value."); in testBadHeader() 569 fail("Should have gotten an error due to negative payload length."); in testBadHeader() 576 fail("Should have gotten an error due to bogus (large) payload length."); in testBadHeader()
|
/thrift-3.4.0/tutorial/nodejs/ |
D | NodeClientPromise.js | 60 .fail(function(err) {
|
/thrift-3.4.0/test/py.twisted/ |
D | test_suite.py | 177 self.fail("should have gotten exception") 184 self.fail("should have gotten exception")
|
/thrift-3.4.0/test/ |
D | README.md | 90 Since many cross tests currently fail (mainly due to partial incompatibility 94 For this purpose, test cases known to (occasionally) fail are listed in 111 make fail 185 During tests, the test client notices that some of the Struct tests fail.
|
/thrift-3.4.0/test/py.tornado/ |
D | test_suite.py | 213 self.fail("should have gotten exception") 219 self.fail("should have gotten exception")
|
/thrift-3.4.0/aclocal/ |
D | ax_prog_dotnetcore_version.m4 | 17 # $DOTNETCORE is not set prior to calling this macro, the macro will fail.
|
D | ax_prog_haxe_version.m4 | 17 # set prior to calling this macro, the macro will fail.
|
D | ax_lib_zlib.m4 | 8 dnl If these all fail, it will try the $ZLIB_ROOT environment variable.
|
/thrift-3.4.0/lib/java/ |
D | build.gradle | 22 // strictly enforce the minimum version of Java required to build and fail fast
|
/thrift-3.4.0/ |
D | Makefile.am | 104 fail: precross target
|
/thrift-3.4.0/test/ocaml/client/ |
D | TestClient.ml | 45 if l = (c#testList l) then print_string "list ok\n" else print_string "list fail\n";;
|
/thrift-3.4.0/lib/d/src/thrift/codegen/ |
D | async_client_pool.d | 250 promise.fail(new TCompoundOperationException("All clients failed.", in executeOnPool() 507 resultPromise_.fail(new TCompoundOperationException(
|
/thrift-3.4.0/compiler/cpp/src/thrift/generate/ |
D | t_generator.cc | 170 while (!(docs.eof() || docs.fail())) { in generate_docstring_comment()
|
/thrift-3.4.0/lib/d/src/thrift/util/ |
D | future.d | 215 void fail(Exception exception) { in fail() function
|