Searched defs:logParser (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/log/service/
H A DAgentLogParserTest.java31 private AgentLogParser logParser; field in class:AgentLogParserTest
35 logParser = new AgentLogParser();
45 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
60 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
76 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
91 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
106 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
/forgerock/openam/openam-core/src/test/java/com/sun/identity/log/service/
H A DAgentLogParserTest.java32 private AgentLogParser logParser; field in class:AgentLogParserTest
36 logParser = new AgentLogParser();
64 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
76 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
92 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
107 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
119 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
134 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);

Completed in 37 milliseconds