Examples of echoRegister()


Examples of com.kurento.tool.rom.test.model.client.SampleClass.echoRegister()

      assertEquals(obj.getAtt4(), 22);

      assertEquals(SampleEnum.CONSTANT_1,
          obj.echoEnum(SampleEnum.CONSTANT_1));

      ComplexParam returnValue = obj.echoRegister(new ComplexParam(
          "prop1", 33));

      assertEquals(returnValue.getProp1(), "prop1");
      assertEquals(returnValue.getProp2(), 33);
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.