Package org.apache.tapestry5

Examples of org.apache.tapestry5.EventContext.toStrings()


    @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()
View Full Code Here


    @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()
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.