@Test
public void test() throws Exception {
CrossAnalyzer analyzer = new CrossAnalyzer();
analyzer.setIpConvertManager(new IpConvertManager());
analyzer.setServerConfigManager(new ServerConfigManager());
analyzer.setReportManager(new MockCrossReportManager());
MessageTree tree = buildMessage();
long current = System.currentTimeMillis();