Writer in a test (opens in new tab)
I want to test an html escaping function, I have a version which results in a new allocated string which is escaped which I can test easily. However, I need a writer to test the writer version which doesn’t allocate but writes to a writer. All I could think of is getting an Arraylist writer, but that isnt working well for me. 4 posts - 3 participants
Read the original article