/** @throws Exception */
@org.junit.Test
public void method_dist3() throws Exception
{
svc.xresult = Math.sqrt( 56 );
S1 arg1 = new S1( 1, 2, 3 );
S1 arg2 = new S1( -1, -2, -3 );
assertEquals( Math.sqrt( 56 ), test.dist( arg1, arg2 ) );
check( What.CALL,
ValueFactoryTest1._mt_org_apache_etch_tests_Test1_dist,
new Field[] { ValueFactoryTest1._mf_a, ValueFactoryTest1._mf_b },
new Object[] { arg1, arg2 },