src.xreply
.checkType( ValueFactoryTest1._mt_org_apache_etch_tests_Test1__result_alwaysFails );
assertEquals( 1, src.xreply.size() );
Object o = src.xreply.get( ValueFactoryTest1._mf_result );
assertTrue( o instanceof _Etch_AuthException );
_Etch_AuthException e = (_Etch_AuthException) o;
assertEquals( "stub could not authorize alwaysFails using isFalse",
e.msg );
}