/** @throws Exception */
@org.junit.Test
public void method_fillObjectStr() throws Exception
{
Message msg = new Message(
ValueFactoryTest1._mt_etch_tests_Test1_fillObject,
vf );
msg.put( ValueFactoryTest1._mf_n, 3 );
msg.put( ValueFactoryTest1._mf_o, "raw" );
stub.sessionMessage( null, msg );
// check the result.
src.xreply
.checkType( ValueFactoryTest1._mt_etch_tests_Test1__result_fillObject );
assertEquals( 1, src.xreply.size() );