Package de.fhkn.in.uce.connectivitymanager.selector

Examples of de.fhkn.in.uce.connectivitymanager.selector.NATTraversalSelection


        this.selection = new ConnectionSetupTimeSelection(this.registry, this.initializedDecisionTree);
    }

    @Test
    public void testCreateSelection() {
        NATTraversalSelection actual = new ConnectionSetupTimeSelection(this.registry, this.initializedDecisionTree);

        assertEquals(this.selection, actual);
    }
View Full Code Here

TOP

Related Classes of de.fhkn.in.uce.connectivitymanager.selector.NATTraversalSelection

Copyright © 2018 www.massapicom. 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.