net.thucydides.core.screenshots
Class ScreenshotAndHtmlSource

Package class diagram package ScreenshotAndHtmlSource
java.lang.Object
  extended by net.thucydides.core.screenshots.ScreenshotAndHtmlSource

public class ScreenshotAndHtmlSource
extends Object

A screenshot image and the corresponding HTML source code.


Constructor Summary
ScreenshotAndHtmlSource(File screenshot, File sourcecode)
           
 
Method Summary
 boolean equals(Object o)
           
 File getScreenshotFile()
           
 File getSourcecode()
           
 int hashCode()
           
 boolean wasTaken()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenshotAndHtmlSource

public ScreenshotAndHtmlSource(File screenshot,
                               File sourcecode)
Method Detail

getScreenshotFile

public File getScreenshotFile()

getSourcecode

public File getSourcecode()

wasTaken

public boolean wasTaken()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.