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

Method testDouble

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

Source from the content-addressed store, hash-verified

111 }
112
113 @Test
114 public void testDouble() throws Exception{
115 String myDouble = "0.1";
116 Double d = ps.getLoadCaster().bytesToDouble(myDouble.getBytes());
117 assertEquals(Double.valueOf(0.1), d);
118 }
119
120 @Test
121 public void testDateTime() throws Exception{

Callers

nothing calls this directly

Calls 4

bytesToDoubleMethod · 0.65
getLoadCasterMethod · 0.65
getBytesMethod · 0.65
assertEqualsMethod · 0.45

Tested by

no test coverage detected