3435363738394041424344
@Test public void array_event_context_to_strings() { EventContext ec = new ArrayEventContext(typeCoercer, 1, 2.3); assertEquals(ec.toStrings(), new String[] { "1", "2.3" }); } @Test public void empty_event_context_to_strings()