Tests for twisted.web.wsgi.
| Class | SynchronousThreadPool | No summary | 
| Class | SynchronousReactorThreads | No summary | 
| Class | WSGIResourceTests | No class docstring; 4/4 methods documented | 
| Class | WSGITestsMixin | |
| Class | EnvironTests | Tests for the values in the environdictpassed to the application object bytwisted.web.wsgi.WSGIResource. | 
| Class | InputStreamTestMixin | A mixin for TestCasesubclasses which defines a number of tests against_InputStream.  
The subclass is expected to create a file-like object to be wrapped by an_InputStreamunder test. | 
| Class | InputStreamStringIOTests | Tests for _InputStreamwhen it is wrapped around aStringIO.StringIO. | 
| Class | InputStreamCStringIOTests | Tests for _InputStreamwhen it is wrapped around acStringIO.StringIO. | 
| Class | InputStreamBytesIOTests | Tests for _InputStreamwhen it is wrapped around anio.BytesIO. | 
| Class | InputStreamTemporaryFileTests | Tests for _InputStreamwhen it is wrapped around atempfile.TemporaryFile. | 
| Class | StartResponseTests | Tests for the start_response parameter passed to the application 
object by WSGIResource. | 
| Class | ApplicationTests | Tests for things which are done to the application object and the iterator it returns. |