abstract class RepositoryVisitorGeneratingHtmlDivsAsModalBase extends java.lang.Object
| Modifiers | Name | Description |
|---|---|---|
protected java.lang.String |
classShortName_ |
|
protected ComparisonResultBundle |
comparisonResultBundle_ |
|
protected static org.slf4j.Logger |
logger_ |
|
protected groovy.xml.MarkupBuilder |
mkbuilder_ |
|
protected RepositoryRoot |
repoRoot_ |
|
protected ReportsAccessor |
reportsAccessor_ |
|
protected VisualTestingLogger |
vtLogger_ |
| Type | Name and description |
|---|---|
java.lang.Object |
markupInModalWindowAction@param mate |
| Constructor and description |
|---|
RepositoryVisitorGeneratingHtmlDivsAsModalBase
(RepositoryRoot repoRoot, groovy.xml.MarkupBuilder mkbuilder)constructor |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
constructor
HTML class attribute to determine the width of Bootstrap Modal window. - 'modal-sm': small - '': standard width - 'modal-lg': large - 'modal-xl': extra large
Check if comparison-result-bundle.json file is there in the TCaseResult directory. If found, instanciate a ComparisonResultBundle object of the TestCase from the file.
Groovy Documentation