#863 make StringBuilderWriter public and move test

This commit is contained in:
Simulant
2024-03-10 23:20:09 +01:00
parent 60090a7167
commit 6c35b08ad6
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
package org.json;
package org.json.junit;
import static org.junit.Assert.assertEquals;
import org.json.StringBuilderWriter;
import org.junit.Before;
import org.junit.Test;