MCPcopy Create free account
hub / github.com/apache/pig / testString

Method testString

test/org/apache/pig/test/TestTextDataParser.java:127–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 @Test
128 public void testString() throws Exception{
129 String myString = "1a";
130 String s = ps.getLoadCaster().bytesToCharArray(myString.getBytes());
131 assertEquals(myString, s);
132 }
133
134 @Test
135 public void testMapStringValueType() throws Exception{

Callers

nothing calls this directly

Calls 4

bytesToCharArrayMethod · 0.65
getLoadCasterMethod · 0.65
getBytesMethod · 0.65
assertEqualsMethod · 0.45

Tested by

no test coverage detected