def test_nested_tuple_serving(self): self.do_test_nested_tuple(lambda _: SimpleServing(NestedTupleEnv()))
def testNestedTupleServing(self): self.doTestNestedTuple(lambda _: SimpleServing(NestedTupleEnv()))
def test_nested_dict_serving(self): self.do_test_nested_dict(lambda _: SimpleServing(NestedDictEnv()))
def testNestedDictServing(self): self.doTestNestedDict(lambda _: SimpleServing(NestedDictEnv()))