()
| 7 | |
| 8 | public class ManagedStringTest implements Executable { |
| 9 | @Override |
| 10 | public void execute() throws Exception { |
| 11 | TestRunner.testMethod(this, "utfConversions"); |
| 12 | } |
| 13 | |
| 14 | public void utfConversions() throws Exception { |
| 15 | String[] valid = { |
nothing calls this directly
no test coverage detected