23242526272829
public class TestJSONJavascriptStringer { private JSONJavascriptStringer jsonWriter; @BeforeMethod protected void setUpWriter() { jsonWriter = new JSONJavascriptStringer(); }