Package com.shenyu

Examples of com.shenyu.NetworkID


    protected void tearDown() throws Exception {
    }

    //TODO Complete the test case
    public void test_GetterSetter() {
        NetworkID id = new NetworkID();
        id.setName("ShenYu");
        id.setPasswd("passw0rd");
        id.setTimeStamp("");
        id.setURI("http://www.51leifeng.net");
        id.setEmail("smallsmallorgan@gmail.com");
       
    }
View Full Code Here

TOP

Related Classes of com.shenyu.NetworkID

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.