Uses of Interface
sota.ast.util.ITestContainer

Packages that use ITestContainer
sota.ast.util   
sota.gui.dialogs   
 

Uses of ITestContainer in sota.ast.util
 

Classes in sota.ast.util that implement ITestContainer
 class TestCase
          Enthält alle Informationen zu einem Test.
 class TestLog
          Kapselt alle Testverläufe aus einer Testdatei, d.h. alle dort registrierten Testfälle in Form von TestCases.
 

Uses of ITestContainer in sota.gui.dialogs
 

Fields in sota.gui.dialogs declared as ITestContainer
private  ITestContainer TestLogDialog.container
           
 

Constructors in sota.gui.dialogs with parameters of type ITestContainer
TestLogDialog(org.eclipse.swt.widgets.Shell shell, ITestContainer container)