@Deprecated public interface IComparisonHtmlDocument
Modifier and Type | Method and Description |
---|---|
IHtmlCompareResult |
compareWith(IComparisonHtmlDocument targetDocument,
HtmlComparisonSettings settings)
Deprecated.
Compare with html compare result.
|
void |
save(OutputStream stream)
Deprecated.
Saves the specified stream.
|
void |
save(String path)
Deprecated.
Save.
|
void |
saveInternal(OutputStream stream)
Deprecated.
Save internal.
|
void save(String path) throws Exception
path
- the pathException
- the exceptionvoid save(OutputStream stream) throws Exception
stream
- the streamException
- the exceptionvoid saveInternal(OutputStream stream) throws Exception
stream
- the streamException
- the exceptionIHtmlCompareResult compareWith(IComparisonHtmlDocument targetDocument, HtmlComparisonSettings settings) throws Exception
targetDocument
- the target documentsettings
- the settingsException
- the exceptionCopyright © 2018. All rights reserved.