MCPcopy Create free account
hub / github.com/apache/thrift / getOneOfEach

Method getOneOfEach

lib/java/src/test/java/org/apache/thrift/Fixtures.java:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34public class Fixtures {
35
36 public static OneOfEach getOneOfEach() {
37 return oneOfEach.deepCopy();
38 }
39
40 public static Nesting getNesting() {
41 return nesting.deepCopy();

Callers 8

testIdentityMethod · 0.95
testJavaSerializableMethod · 0.95
testOneOfEachMethod · 0.95
testReadingThrowsMethod · 0.95
testSerializationMethod · 0.95
mainMethod · 0.95
testPersistentStructsMethod · 0.95

Calls 1

deepCopyMethod · 0.80

Tested by

no test coverage detected