in portlet-tck_3.0/V2SigTestsWrapper/src/main/java/javax/portlet/tck/portlets/SigTestsWrapper_ResourceResponseWrapper_SIGRender.java [116:812]
public void render(RenderRequest portletReq, RenderResponse portletResp)
throws PortletException, IOException {
long tid = Thread.currentThread().getId();
portletReq.setAttribute(THREADID_ATTR, tid);
PrintWriter writer = portletResp.getWriter();
JSR286SignatureTestCaseDetails tcd = new JSR286SignatureTestCaseDetails();
// Create result objects for the tests
ClassChecker cc = new ClassChecker(ResourceResponseWrapper.class);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_constructor */
/* Details: "ResourceResponseWrapper provides constructor */
/* ResourceResponseWrapper(ResourceResponse) " */
TestResult tr0 =
tcd.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_CONSTRUCTOR);
try {
Class<?>[] parms = {ResourceResponse.class};
tr0.setTcSuccess(cc.hasConstructor(parms));
} catch (Exception e) {
tr0.appendTcDetail(e.toString());
}
tr0.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasCreateActionURL */
/* Details: "ResourceResponseWrapper has a createActionURL() throws */
/* IllegalStateException method " */
TestResult tr2 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASCREATEACTIONURL);
try {
String name = "createActionURL";
Class<?>[] exceptions = {IllegalStateException.class};
Class<?>[] parms = null;
tr2.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr2.appendTcDetail(e.toString());
}
tr2.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasCreateActionURLReturns */
/* Details: "ResourceResponseWrapper method createActionURL() returns */
/* PortletURL " */
TestResult tr3 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASCREATEACTIONURLRETURNS);
try {
String name = "createActionURL";
Class<?> retType = PortletURL.class;
Class<?>[] parms = null;
tr3.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr3.appendTcDetail(e.toString());
}
tr3.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasCreateRenderURL */
/* Details: "ResourceResponseWrapper has a createRenderURL() throws */
/* IllegalStateException method " */
TestResult tr4 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASCREATERENDERURL);
try {
String name = "createRenderURL";
Class<?>[] exceptions = {IllegalStateException.class};
Class<?>[] parms = null;
tr4.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr4.appendTcDetail(e.toString());
}
tr4.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasCreateRenderURLReturns */
/* Details: "ResourceResponseWrapper method createRenderURL() returns */
/* PortletURL " */
TestResult tr5 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASCREATERENDERURLRETURNS);
try {
String name = "createRenderURL";
Class<?> retType = PortletURL.class;
Class<?>[] parms = null;
tr5.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr5.appendTcDetail(e.toString());
}
tr5.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasCreateResourceURL */
/* Details: "ResourceResponseWrapper has a createResourceURL() throws */
/* IllegalStateException method " */
TestResult tr6 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASCREATERESOURCEURL);
try {
String name = "createResourceURL";
Class<?>[] exceptions = {IllegalStateException.class};
Class<?>[] parms = null;
tr6.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr6.appendTcDetail(e.toString());
}
tr6.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasCreateResourceURLReturns */
/* Details: "ResourceResponseWrapper method createResourceURL() */
/* returns ResourceURL " */
TestResult tr7 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASCREATERESOURCEURLRETURNS);
try {
String name = "createResourceURL";
Class<?> retType = ResourceURL.class;
Class<?>[] parms = null;
tr7.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr7.appendTcDetail(e.toString());
}
tr7.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasFlushBuffer */
/* Details: "ResourceResponseWrapper has a flushBuffer() throws */
/* java.io.IOException method " */
TestResult tr8 =
tcd.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASFLUSHBUFFER);
try {
String name = "flushBuffer";
Class<?>[] exceptions = {java.io.IOException.class};
Class<?>[] parms = null;
tr8.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr8.appendTcDetail(e.toString());
}
tr8.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasFlushBufferReturns */
/* Details: "ResourceResponseWrapper method flushBuffer() returns */
/* void " */
TestResult tr9 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASFLUSHBUFFERRETURNS);
try {
String name = "flushBuffer";
Class<?> retType = void.class;
Class<?>[] parms = null;
tr9.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr9.appendTcDetail(e.toString());
}
tr9.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetBufferSize */
/* Details: "ResourceResponseWrapper has a getBufferSize() method " */
TestResult tr10 = tcd
.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETBUFFERSIZE);
try {
String name = "getBufferSize";
Class<?>[] exceptions = null;
Class<?>[] parms = null;
tr10.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr10.appendTcDetail(e.toString());
}
tr10.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetBufferSizeReturns */
/* Details: "ResourceResponseWrapper method getBufferSize() returns */
/* int " */
TestResult tr11 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETBUFFERSIZERETURNS);
try {
String name = "getBufferSize";
Class<?> retType = int.class;
Class<?>[] parms = null;
tr11.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr11.appendTcDetail(e.toString());
}
tr11.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetCacheControl */
/* Details: "ResourceResponseWrapper has a getCacheControl() method */
/* " */
TestResult tr12 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETCACHECONTROL);
try {
String name = "getCacheControl";
Class<?>[] exceptions = null;
Class<?>[] parms = null;
tr12.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr12.appendTcDetail(e.toString());
}
tr12.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetCacheControlReturns */
/* Details: "ResourceResponseWrapper method getCacheControl() returns */
/* CacheControl " */
TestResult tr13 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETCACHECONTROLRETURNS);
try {
String name = "getCacheControl";
Class<?> retType = CacheControl.class;
Class<?>[] parms = null;
tr13.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr13.appendTcDetail(e.toString());
}
tr13.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetCharacterEncoding */
/* Details: "ResourceResponseWrapper has a getCharacterEncoding() */
/* method " */
TestResult tr14 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETCHARACTERENCODING);
try {
String name = "getCharacterEncoding";
Class<?>[] exceptions = null;
Class<?>[] parms = null;
tr14.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr14.appendTcDetail(e.toString());
}
tr14.writeTo(writer);
/*
* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetCharacterEncodingReturns
*/
/* Details: "ResourceResponseWrapper method getCharacterEncoding() */
/* returns String " */
TestResult tr15 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETCHARACTERENCODINGRETURNS);
try {
String name = "getCharacterEncoding";
Class<?> retType = String.class;
Class<?>[] parms = null;
tr15.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr15.appendTcDetail(e.toString());
}
tr15.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetContentType */
/* Details: "ResourceResponseWrapper has a getContentType() method " */
TestResult tr16 = tcd
.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETCONTENTTYPE);
try {
String name = "getContentType";
Class<?>[] exceptions = null;
Class<?>[] parms = null;
tr16.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr16.appendTcDetail(e.toString());
}
tr16.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetContentTypeReturns */
/* Details: "ResourceResponseWrapper method getContentType() returns */
/* String " */
TestResult tr17 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETCONTENTTYPERETURNS);
try {
String name = "getContentType";
Class<?> retType = String.class;
Class<?>[] parms = null;
tr17.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr17.appendTcDetail(e.toString());
}
tr17.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetLocale */
/* Details: "ResourceResponseWrapper has a getLocale() method " */
TestResult tr18 =
tcd.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETLOCALE);
try {
String name = "getLocale";
Class<?>[] exceptions = null;
Class<?>[] parms = null;
tr18.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr18.appendTcDetail(e.toString());
}
tr18.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetLocaleReturns */
/* Details: "ResourceResponseWrapper method getLocale() returns */
/* java.util.Locale " */
TestResult tr19 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETLOCALERETURNS);
try {
String name = "getLocale";
Class<?> retType = java.util.Locale.class;
Class<?>[] parms = null;
tr19.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr19.appendTcDetail(e.toString());
}
tr19.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetPortletOutputStream */
/* Details: "ResourceResponseWrapper has a getPortletOutputStream() */
/* throws java.io.IOException method " */
TestResult tr20 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETPORTLETOUTPUTSTREAM);
try {
String name = "getPortletOutputStream";
Class<?>[] exceptions = {java.io.IOException.class};
Class<?>[] parms = null;
tr20.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr20.appendTcDetail(e.toString());
}
tr20.writeTo(writer);
/*
* TestCase:
* V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetPortletOutputStreamReturns
*/
/* Details: "ResourceResponseWrapper method getPortletOutputStream() */
/* returns java.io.OutputStream " */
TestResult tr21 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETPORTLETOUTPUTSTREAMRETURNS);
try {
String name = "getPortletOutputStream";
Class<?> retType = java.io.OutputStream.class;
Class<?>[] parms = null;
tr21.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr21.appendTcDetail(e.toString());
}
tr21.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetResponse */
/* Details: "ResourceResponseWrapper has a getResponse() method " */
TestResult tr22 =
tcd.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETRESPONSE);
try {
String name = "getResponse";
Class<?>[] exceptions = null;
Class<?>[] parms = null;
tr22.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr22.appendTcDetail(e.toString());
}
tr22.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetResponseA */
/* Details: "ResourceResponseWrapper has a getResponse() method " */
TestResult tr23 = tcd
.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETRESPONSEA);
try {
String name = "getResponse";
Class<?>[] exceptions = null;
Class<?>[] parms = null;
tr23.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr23.appendTcDetail(e.toString());
}
tr23.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetResponseReturns */
/* Details: "ResourceResponseWrapper method getResponse() returns */
/* ResourceResponse " */
TestResult tr24 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETRESPONSERETURNS);
try {
String name = "getResponse";
Class<?> retType = ResourceResponse.class;
Class<?>[] parms = null;
tr24.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr24.appendTcDetail(e.toString());
}
tr24.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetResponseReturnsA */
/* Details: "ResourceResponseWrapper method getResponse() returns */
/* PortletResponse " */
TestResult tr25 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETRESPONSERETURNSA);
try {
String name = "getResponse";
Class<?> retType = PortletResponse.class;
Class<?>[] parms = null;
tr25.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr25.appendTcDetail(e.toString());
}
tr25.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetWriter */
/* Details: "ResourceResponseWrapper has a getWriter() throws */
/* java.io.IOException method " */
TestResult tr26 =
tcd.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETWRITER);
try {
String name = "getWriter";
Class<?>[] exceptions = {java.io.IOException.class};
Class<?>[] parms = null;
tr26.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr26.appendTcDetail(e.toString());
}
tr26.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasGetWriterReturns */
/* Details: "ResourceResponseWrapper method getWriter() returns */
/* java.io.PrintWriter " */
TestResult tr27 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASGETWRITERRETURNS);
try {
String name = "getWriter";
Class<?> retType = java.io.PrintWriter.class;
Class<?>[] parms = null;
tr27.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr27.appendTcDetail(e.toString());
}
tr27.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasIsCommitted */
/* Details: "ResourceResponseWrapper has a isCommitted() method " */
TestResult tr28 =
tcd.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASISCOMMITTED);
try {
String name = "isCommitted";
Class<?>[] exceptions = null;
Class<?>[] parms = null;
tr28.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr28.appendTcDetail(e.toString());
}
tr28.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasIsCommittedReturns */
/* Details: "ResourceResponseWrapper method isCommitted() returns */
/* boolean " */
TestResult tr29 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASISCOMMITTEDRETURNS);
try {
String name = "isCommitted";
Class<?> retType = boolean.class;
Class<?>[] parms = null;
tr29.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr29.appendTcDetail(e.toString());
}
tr29.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasReset */
/* Details: "ResourceResponseWrapper has a reset() method " */
TestResult tr30 =
tcd.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASRESET);
try {
String name = "reset";
Class<?>[] exceptions = null;
Class<?>[] parms = null;
tr30.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr30.appendTcDetail(e.toString());
}
tr30.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasResetBuffer */
/* Details: "ResourceResponseWrapper has a resetBuffer() method " */
TestResult tr31 =
tcd.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASRESETBUFFER);
try {
String name = "resetBuffer";
Class<?>[] exceptions = null;
Class<?>[] parms = null;
tr31.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr31.appendTcDetail(e.toString());
}
tr31.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasResetBufferReturns */
/* Details: "ResourceResponseWrapper method resetBuffer() returns */
/* void " */
TestResult tr32 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASRESETBUFFERRETURNS);
try {
String name = "resetBuffer";
Class<?> retType = void.class;
Class<?>[] parms = null;
tr32.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr32.appendTcDetail(e.toString());
}
tr32.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasResetReturns */
/* Details: "ResourceResponseWrapper method reset() returns void " */
TestResult tr33 = tcd
.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASRESETRETURNS);
try {
String name = "reset";
Class<?> retType = void.class;
Class<?>[] parms = null;
tr33.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr33.appendTcDetail(e.toString());
}
tr33.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasSetBufferSize */
/* Details: "ResourceResponseWrapper has a setBufferSize(int) method */
/* " */
TestResult tr34 = tcd
.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETBUFFERSIZE);
try {
String name = "setBufferSize";
Class<?>[] exceptions = null;
Class<?>[] parms = {int.class};
tr34.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr34.appendTcDetail(e.toString());
}
tr34.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasSetBufferSizeReturns */
/* Details: "ResourceResponseWrapper method setBufferSize(int) */
/* returns void " */
TestResult tr35 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETBUFFERSIZERETURNS);
try {
String name = "setBufferSize";
Class<?> retType = void.class;
Class<?>[] parms = {int.class};
tr35.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr35.appendTcDetail(e.toString());
}
tr35.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasSetCharacterEncoding */
/* Details: "ResourceResponseWrapper has a */
/* setCharacterEncoding(String) method " */
TestResult tr36 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETCHARACTERENCODING);
try {
String name = "setCharacterEncoding";
Class<?>[] exceptions = null;
Class<?>[] parms = {String.class};
tr36.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr36.appendTcDetail(e.toString());
}
tr36.writeTo(writer);
/*
* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasSetCharacterEncodingReturns
*/
/* Details: "ResourceResponseWrapper method */
/* setCharacterEncoding(String) returns void " */
TestResult tr37 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETCHARACTERENCODINGRETURNS);
try {
String name = "setCharacterEncoding";
Class<?> retType = void.class;
Class<?>[] parms = {String.class};
tr37.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr37.appendTcDetail(e.toString());
}
tr37.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasSetContentLength */
/* Details: "ResourceResponseWrapper has a setContentLength(int) */
/* method " */
TestResult tr38 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETCONTENTLENGTH);
try {
String name = "setContentLength";
Class<?>[] exceptions = null;
Class<?>[] parms = {int.class};
tr38.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr38.appendTcDetail(e.toString());
}
tr38.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasSetContentLengthReturns */
/* Details: "ResourceResponseWrapper method setContentLength(int) */
/* returns void " */
TestResult tr39 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETCONTENTLENGTHRETURNS);
try {
String name = "setContentLength";
Class<?> retType = void.class;
Class<?>[] parms = {int.class};
tr39.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr39.appendTcDetail(e.toString());
}
tr39.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasSetContentType */
/* Details: "ResourceResponseWrapper has a setContentType(String) */
/* method " */
TestResult tr40 = tcd
.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETCONTENTTYPE);
try {
String name = "setContentType";
Class<?>[] exceptions = null;
Class<?>[] parms = {String.class};
tr40.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr40.appendTcDetail(e.toString());
}
tr40.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasSetContentTypeReturns */
/* Details: "ResourceResponseWrapper method setContentType(String) */
/* returns void " */
TestResult tr41 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETCONTENTTYPERETURNS);
try {
String name = "setContentType";
Class<?> retType = void.class;
Class<?>[] parms = {String.class};
tr41.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr41.appendTcDetail(e.toString());
}
tr41.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasSetLocale */
/* Details: "ResourceResponseWrapper has a */
/* setLocale(java.util.Locale) method " */
TestResult tr42 =
tcd.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETLOCALE);
try {
String name = "setLocale";
Class<?>[] exceptions = null;
Class<?>[] parms = {java.util.Locale.class};
tr42.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr42.appendTcDetail(e.toString());
}
tr42.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasSetLocaleReturns */
/* Details: "ResourceResponseWrapper method */
/* setLocale(java.util.Locale) returns void " */
TestResult tr43 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETLOCALERETURNS);
try {
String name = "setLocale";
Class<?> retType = void.class;
Class<?>[] parms = {java.util.Locale.class};
tr43.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr43.appendTcDetail(e.toString());
}
tr43.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasSetResponse */
/* Details: "ResourceResponseWrapper has a */
/* setResponse(ResourceResponse) method " */
TestResult tr44 =
tcd.getTestResultFailed(V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETRESPONSE);
try {
String name = "setResponse";
Class<?>[] exceptions = null;
Class<?>[] parms = {ResourceResponse.class};
tr44.setTcSuccess(cc.hasMethod(name, parms, exceptions));
} catch (Exception e) {
tr44.appendTcDetail(e.toString());
}
tr44.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_hasSetResponseReturns */
/* Details: "ResourceResponseWrapper method */
/* setResponse(ResourceResponse) returns void " */
TestResult tr45 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_HASSETRESPONSERETURNS);
try {
String name = "setResponse";
Class<?> retType = void.class;
Class<?>[] parms = {ResourceResponse.class};
tr45.setTcSuccess(cc.methodHasReturnType(name, retType, parms));
} catch (Exception e) {
tr45.appendTcDetail(e.toString());
}
tr45.writeTo(writer);
/* TestCase: V2SigTestsWrapper_ResourceResponseWrapper_SIGRender_implementsResourceResponse */
/* Details: "ResourceResponseWrapper implements ResourceResponse " */
TestResult tr46 = tcd.getTestResultFailed(
V2SIGTESTSWRAPPER_RESOURCERESPONSEWRAPPER_SIGRENDER_IMPLEMENTSRESOURCERESPONSE);
try {
tr46.setTcSuccess(cc.implementsInterface(ResourceResponse.class));
} catch (Exception e) {
tr46.appendTcDetail(e.toString());
}
tr46.writeTo(writer);
}