Uses of Interface
de.gebit.integrity.dsl.VisibleComment
-
-
Uses of VisibleComment in de.gebit.integrity.dsl
Subinterfaces of VisibleComment in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceVisibleMultiLineCommentA representation of the model object 'Visible Multi Line Comment'.interfaceVisibleMultiLineNormalCommentA representation of the model object 'Visible Multi Line Normal Comment'.interfaceVisibleMultiLineTitleCommentA representation of the model object 'Visible Multi Line Title Comment'.interfaceVisibleSingleLineCommentA representation of the model object 'Visible Single Line Comment'.interfaceVisibleSingleLineNormalCommentA representation of the model object 'Visible Single Line Normal Comment'.interfaceVisibleSingleLineTitleCommentA representation of the model object 'Visible Single Line Title Comment'.Methods in de.gebit.integrity.dsl that return VisibleComment Modifier and Type Method Description VisibleCommentDslFactory. createVisibleComment()Returns a new object of class 'Visible Comment'. -
Uses of VisibleComment in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement VisibleComment Modifier and Type Class Description classVisibleCommentImplAn implementation of the model object 'Visible Comment'.classVisibleMultiLineCommentImplAn implementation of the model object 'Visible Multi Line Comment'.classVisibleMultiLineNormalCommentImplAn implementation of the model object 'Visible Multi Line Normal Comment'.classVisibleMultiLineTitleCommentImplAn implementation of the model object 'Visible Multi Line Title Comment'.classVisibleSingleLineCommentImplAn implementation of the model object 'Visible Single Line Comment'.classVisibleSingleLineNormalCommentImplAn implementation of the model object 'Visible Single Line Normal Comment'.classVisibleSingleLineTitleCommentImplAn implementation of the model object 'Visible Single Line Title Comment'.Methods in de.gebit.integrity.dsl.impl that return VisibleComment Modifier and Type Method Description VisibleCommentDslFactoryImpl. createVisibleComment() -
Uses of VisibleComment in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type VisibleComment Modifier and Type Method Description TDslSwitch. caseVisibleComment(VisibleComment object)Returns the result of interpreting the object as an instance of 'Visible Comment'. -
Uses of VisibleComment in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks with parameters of type VisibleComment Modifier and Type Method Description voidCompoundTestRunnerCallback. onVisibleComment(String aCommentText, boolean anIsTitle, VisibleComment aCommentElement)abstract voidTestRunnerCallback. onVisibleComment(String aCommentText, boolean anIsTitle, VisibleComment aCommentElement)Called when a visible comment is encountered during execution. -
Uses of VisibleComment in de.gebit.integrity.runner.callbacks.console
Methods in de.gebit.integrity.runner.callbacks.console with parameters of type VisibleComment Modifier and Type Method Description voidConsoleTestCallback. onVisibleComment(String aCommentText, boolean anIsTitle, VisibleComment aCommentElement) -
Uses of VisibleComment in de.gebit.integrity.runner.callbacks.remoting
Methods in de.gebit.integrity.runner.callbacks.remoting with parameters of type VisibleComment Modifier and Type Method Description voidSetListCallback. onVisibleComment(String aCommentText, boolean anIsTitle, VisibleComment aCommentElement) -
Uses of VisibleComment in de.gebit.integrity.runner.callbacks.xml
Methods in de.gebit.integrity.runner.callbacks.xml with parameters of type VisibleComment Modifier and Type Method Description voidXmlWriterTestCallback. onVisibleComment(String aCommentText, boolean anIsTitle, VisibleComment aCommentElement)On visible comment.
-