Examples of boolean_sequenceHolder


Examples of org.jacorb.test.boolean_sequenceHolder

    @Test
    public void test_bounce_boolean_sequence()
    {
        boolean[] a = new boolean[] { true, false, true, true };
        boolean_sequenceHolder b = new boolean_sequenceHolder();
        server.bounce_boolean_sequence (a, b);
        assertTrue (java.util.Arrays.equals(a, b.value));
    }
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.