public void RunStreamTests() { var st = new StreamTests (this); var files = new FileSystemTests (this); var http = new HttpTests (this); st.Run (); files.Run (); http.Run (); }
public void RunStreamTests() { var st = new StreamTests(this); var files = new FileSystemTests(this); var http = new HttpTests(this); st.Run(); files.Run(); http.Run(); }
public void RunStreamTests() { var st = new StreamTests(this); st.Run(); }
public void RunStreamTests() { var st = new StreamTests (this); st.Run (); }