All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aventstack.extentreports.model.service.LogService Maven / Gradle / Ivy

package com.aventstack.extentreports.model.service;

import com.aventstack.extentreports.model.Log;

public class LogService {

	public static Boolean logHasScreenCapture(Log log) {
		return !log.getScreenCaptureContext().isEmpty();
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy