Naming the TEF Server

You must provide a name for the TEF server. To do this you must implement the following global function within your test code.

Example source code:

_LIT( KServerName, "TestServer" );

GLDEF_C const TTestName ServerName()
    {
    TTestName serverName( KServerName );
    return serverName;
    }