Searched refs:testRoundtrip (Results 1 – 5 of 5) sorted by relevance
100 public void testRoundtrip() throws Exception { in testRoundtrip() method in FramedSnappyTestCase101 testRoundtrip(getFile("test.txt")); in testRoundtrip()102 testRoundtrip(getFile("bla.tar")); in testRoundtrip()103 testRoundtrip(getFile("COMPRESS-256.7z")); in testRoundtrip()136 private void testRoundtrip(File input) throws Exception { in testRoundtrip() method in FramedSnappyTestCase
36 public void testRoundtrip() throws Exception { in testRoundtrip() method in ProtoUtilsTest
65 public void testRoundtrip() throws Exception { in testRoundtrip() method in ProtoLiteUtilsTest123 testRoundtrip(); in marshallerShouldNotLimitProtoSize()
179 def testRoundtrip(self, case): member in EncodeProtoOpTestBase
53 def testRoundtrip(self, rate=0.25, count=5, n=500): member in ResampleTest