use of org.apache.servicecomb.codec.protobuf.internal.converter.model.ProtoSchema in project java-chassis by ServiceComb.
the class TestSchemaMetaCodec method testProtoSchemaOperationBaseSpringMVC.
@Test
public void testProtoSchemaOperationBaseSpringMVC() throws Exception {
mockSchemaMeta("ProtoSchema", new SpringmvcSwaggerGenerator(ProtoSchema.class), new ProtoSchema());
testProtoSchemaOperationBaseImpl(false);
}
use of org.apache.servicecomb.codec.protobuf.internal.converter.model.ProtoSchema in project java-chassis by ServiceComb.
the class TestSchemaMetaCodec method testProtoSchemaOperationlistListUserSpringMVC.
@Test
public void testProtoSchemaOperationlistListUserSpringMVC() throws Exception {
mockSchemaMeta("ProtoSchema", new SpringmvcSwaggerGenerator(ProtoSchema.class), new ProtoSchema());
testProtoSchemaOperationlistListUserImpl(false);
}
use of org.apache.servicecomb.codec.protobuf.internal.converter.model.ProtoSchema in project java-chassis by ServiceComb.
the class TestSchemaMetaCodec method testProtoSchemaOperationUserSpringMVC.
@Test
public void testProtoSchemaOperationUserSpringMVC() throws Exception {
mockSchemaMeta("ProtoSchema", new SpringmvcSwaggerGenerator(ProtoSchema.class), new ProtoSchema());
testProtoSchemaOperationUserImpl();
}
use of org.apache.servicecomb.codec.protobuf.internal.converter.model.ProtoSchema in project java-chassis by ServiceComb.
the class TestSchemaMetaCodec method testProtoSchemaOperationmapUserSpringMVC.
@Test
public void testProtoSchemaOperationmapUserSpringMVC() throws Exception {
mockSchemaMeta("ProtoSchema", new SpringmvcSwaggerGenerator(ProtoSchema.class), new ProtoSchema());
testProtoSchemaOperationmapUserImpl(false);
}
use of org.apache.servicecomb.codec.protobuf.internal.converter.model.ProtoSchema in project java-chassis by ServiceComb.
the class TestSchemaMetaCodec method testProtoSchemaOperationObjSpringMVC.
@Test
public void testProtoSchemaOperationObjSpringMVC() throws Exception {
mockSchemaMeta("ProtoSchema", new SpringmvcSwaggerGenerator(ProtoSchema.class), new ProtoSchema());
testProtoSchemaOperationObjImpl(false);
}
Aggregations