Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/php/test/Protocol/
DBinarySerializerTest.php26 use PHPUnit\Framework\TestCase; alias
40 class BinarySerializerTest extends TestCase
DTSimpleJSONProtocolTest.php26 use PHPUnit\Framework\TestCase; alias
42 class TSimpleJSONProtocolTest extends TestCase
DTJSONProtocolTest.php26 use PHPUnit\Framework\TestCase; alias
42 class TJSONProtocolTest extends TestCase
/thrift-3.4.0/lib/py/test/
Dthrift_transport.py27 class TestTFileObjectTransport(unittest.TestCase):
47 class TestMemoryBuffer(unittest.TestCase):
Dtest_socket.py13 class TSocketTest(unittest.TestCase):
Dthrift_TSerializer.py39 class TestSerializer(unittest.TestCase):
Dthrift_TNonblockingServer.py78 class TestNonblockingServer(unittest.TestCase):
Dthrift_TZlibTransport.py46 class TestTZlibTransport(unittest.TestCase):
Dthrift_json.py35 class TestJSONString(unittest.TestCase):
Dthrift_TCompactProtocol.py204 class TestTCompactProtocol(unittest.TestCase):
207 unittest.TestCase.__init__(self, *args, **kwargs)
Dthrift_TBinaryProtocol.py178 class TestTBinaryProtocol(unittest.TestCase):
Dtest_sslsocket.py121 class TSSLSocketTest(unittest.TestCase):
/thrift-3.4.0/lib/php/test/JsonSerialize/
DJsonSerializeTest.php23 use PHPUnit\Framework\TestCase; alias
31 class JsonSerializeTest extends TestCase
/thrift-3.4.0/lib/php/test/Validator/
DBaseValidatorTest.php23 use PHPUnit\Framework\TestCase; alias
28 abstract class BaseValidatorTest extends TestCase
/thrift-3.4.0/test/py/
DTestSocket.py29 class TimeoutTest(unittest.TestCase):
DTSimpleJSONProtocolTest.py30 class SimpleJSONProtocolTest(unittest.TestCase):
DTestEof.py29 class TestEof(unittest.TestCase):
DSerializationTest.py51 class AbstractTest(unittest.TestCase):
375 class AcceleratedFramedTest(unittest.TestCase):
410 class SerializersTest(unittest.TestCase):
DTestFrozen.py32 class TestFrozenBase(unittest.TestCase):
DTestRenderedDoubleConstants.py32 class TestRenderedDoubleConstants(unittest.TestCase):
DTestClient.py35 class AbstractTest(unittest.TestCase):
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp632 class TestCase;
683 class TestCase;
688 virtual std::vector<TestCase> const& getAllTests() const = 0;
689 virtual std::vector<TestCase> const& getAllTestsSorted( IConfig const& config ) const = 0;
692 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );
693 …std::vector<TestCase> filterTests( std::vector<TestCase> const& testCases, TestSpec const& testSpe…
694 std::vector<TestCase> const& getAllTestCasesSorted( IConfig const& config );
2033 class TestCase;
2135 class TestCase;
2656 class TestCase;
[all …]
/thrift-3.4.0/contrib/thrift-maven-plugin/src/test/java/org/apache/thrift/maven/
DTestAbstractThriftMojo.java31 import static junit.framework.TestCase.assertEquals;
/thrift-3.4.0/compiler/cpp/test/compiler/
Dstaleness_check.py30 class TestStalenessCheck(unittest.TestCase):
/thrift-3.4.0/test/py.twisted/
Dtest_suite.py108 class ThriftTestCase(unittest.TestCase):