* and Syntax
*/
@Before public void initAT()
{
s = new TestServerEntryUtils.S( "1.1.1.1", false );
s.setSyntaxChecker( new AcceptAllSyntaxChecker( "1.1.1.1" ) );
mr = new TestServerEntryUtils.MR( "1.1.2.1" );
mr.syntax = s;
mr.comparator = new StringComparator();
mr.normalizer = new DeepTrimToLowerNormalizer();
at = new TestServerEntryUtils.AT( "1.1.3.1" );