Uses of Class
com.togethersoft.testing.shared.StdErr

Packages that use StdErr
com.togethersoft.testing.shared 
com.togethersoft.testing.testserver 

Uses of StdErr in com.togethersoft.testing.shared
 

Methods in com.togethersoft.testing.shared that return StdErr
StdErrIResultDetail.getStderr()
          Returns the standard error stream of this detail
 

Uses of StdErr in com.togethersoft.testing.testserver
 

Methods in com.togethersoft.testing.testserver with parameters of type StdErr
voidIServerResultListener.addDetail(int type, String name, StdErr err, StdOut out, Comment comment, StackTrace trace, String url)
          
voidIServerResultListener.addDetail(int type, String name, StdErr err, StdOut out, StackTrace trace, String url)