org.eclipse.cdt.ui.testplugin.util
Class FocusTestPass

java.lang.Object
  extended by org.eclipse.cdt.ui.testplugin.util.FocusTestPass
All Implemented Interfaces:
IDialogTestPass

public class FocusTestPass
extends java.lang.Object
implements IDialogTestPass


Constructor Summary
FocusTestPass()
           
 
Method Summary
 java.util.ArrayList checkListTexts()
           
 java.lang.String description()
           
 java.lang.String[] failureTexts()
           
 int getID()
           
 java.lang.String label()
           
 java.lang.String queryText()
           
 java.lang.String title()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FocusTestPass

public FocusTestPass()
Method Detail

title

public java.lang.String title()
Specified by:
title in interface IDialogTestPass
See Also:
IDialogTestPass.title()

description

public java.lang.String description()
Specified by:
description in interface IDialogTestPass
See Also:
IDialogTestPass.description()

label

public java.lang.String label()
Specified by:
label in interface IDialogTestPass
See Also:
IDialogTestPass.label()

checkListTexts

public java.util.ArrayList checkListTexts()
Specified by:
checkListTexts in interface IDialogTestPass
See Also:
IDialogTestPass.checkListTexts()

failureTexts

public java.lang.String[] failureTexts()
Specified by:
failureTexts in interface IDialogTestPass
See Also:
Size of the return array must be the same size as the checkListTexts' ArrayList.

queryText

public java.lang.String queryText()
Specified by:
queryText in interface IDialogTestPass
See Also:
IDialogTestPass.queryText()

getID

public int getID()
Specified by:
getID in interface IDialogTestPass
See Also:
IDialogTestPass.getID()