use of org.apache.servicecomb.swagger.generator.springmvc.SpringmvcSwaggerGenerator in project incubator-servicecomb-java-chassis by apache.
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.swagger.generator.springmvc.SpringmvcSwaggerGenerator 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.swagger.generator.springmvc.SpringmvcSwaggerGenerator 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.swagger.generator.springmvc.SpringmvcSwaggerGenerator 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.swagger.generator.springmvc.SpringmvcSwaggerGenerator 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