Commit 53820c7 1 parent 019962a commit 53820c7 Copy full SHA for 53820c7
File tree 1 file changed +16
-0
lines changed
impl/src/test/java/com/sun/faces/mock
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 29
29
import jakarta .servlet .AsyncContext ;
30
30
import jakarta .servlet .DispatcherType ;
31
31
import jakarta .servlet .RequestDispatcher ;
32
+ import jakarta .servlet .ServletConnection ;
32
33
import jakarta .servlet .ServletContext ;
33
34
import jakarta .servlet .ServletException ;
34
35
import jakarta .servlet .ServletInputStream ;
@@ -487,4 +488,19 @@ public <T extends HttpUpgradeHandler> T upgrade(Class<T> handlerClass) throws IO
487
488
public long getContentLengthLong () {
488
489
throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
489
490
}
491
+
492
+ @ Override
493
+ public String getRequestId () {
494
+ throw new UnsupportedOperationException ("Not supported yet." );
495
+ }
496
+
497
+ @ Override
498
+ public String getProtocolRequestId () {
499
+ throw new UnsupportedOperationException ("Not supported yet." );
500
+ }
501
+
502
+ @ Override
503
+ public ServletConnection getServletConnection () {
504
+ throw new UnsupportedOperationException ("Not supported yet." );
505
+ }
490
506
}
You can’t perform that action at this time.
0 commit comments