Searched defs:logType (Results 1 – 1 of 1) sorted by relevance
83 TestLogType logType = TestLogType.fromDataName(dataName); in fromDataName() local109 TestLogType logType = TestLogType.valueOf(type.toUpperCase()); in fromXml() local117 public static TestLog of(TestLogType logType, String url) { in of()121 private TestLog(TestLogType logType, String url) { in TestLog()