(String pig)
| 24 | /** Unit tests for Piglet. */ |
| 25 | class PigletTest { |
| 26 | private static Fluent pig(String pig) { |
| 27 | return new Fluent(pig); |
| 28 | } |
| 29 | |
| 30 | @Test void testParseLoad() throws ParseException { |
| 31 | final String s = "A = LOAD 'Emp';"; |
no outgoing calls
no test coverage detected