public virtual void TestCreateNullOutputStream() { OutputStream @out = new NullOutputStream(); try { @out.Write(1); } finally { @out.Close(); } }