Index

A B C D E G I K M S T V 
All Classes All Packages

A

actionPerformed(ActionEvent) - Method in class Controller.ButtonListener
The method that performs if the button is pressed.
actionPerformed(ActionEvent) - Method in class Controller.ClearListener
A method which controls the action to be performed for the button pressed.

B

ButtonListener - Class in Controller
This Class contains a listener which reacts when the Run Tests button is pressed.
ButtonListener(JTextField, JTextArea) - Constructor for class Controller.ButtonListener
The constructor of the class which specifies which textField is to be used in the Controller.

C

ClearListener - Class in Controller
This Class is a listener that checks if the clear button is pressed.
ClearListener(JTextArea) - Constructor for class Controller.ClearListener
The constructor of the Class which takes JTextArea and builds a listener out of it.
Controller - package Controller
 

D

decrement() - Method in class se.umu.cs.unittest.MyInt
 

E

EscapeListener - Class in Controller
This Class is a listener that checks every interaction with every component after the hit of a ESC button.
EscapeListener() - Constructor for class Controller.EscapeListener
 

G

getResult() - Method in class Model.TesterModel
 

I

increment() - Method in class se.umu.cs.unittest.MyInt
 

K

keyPressed(KeyEvent) - Method in class Controller.EscapeListener
Checks if a key is pressed if it is ESC.
keyReleased(KeyEvent) - Method in class Controller.EscapeListener
Checks if a key is released if it is ESC.
keyTyped(KeyEvent) - Method in class Controller.EscapeListener
Checks if a key is typed if it is ESC.

M

main - package main
 
main(String[]) - Static method in class main.MyUnitTester
The main function of the program.
Model - package Model
 
MyInt - Class in se.umu.cs.unittest
 
MyInt() - Constructor for class se.umu.cs.unittest.MyInt
 
MyUnitTester - Class in main
This is the main class of the program which has a main method that starts the Swing Worker.
MyUnitTester() - Constructor for class main.MyUnitTester
 

S

se.umu.cs.unittest - package se.umu.cs.unittest
 
setUp() - Method in class se.umu.cs.unittest.Test1
 
shouldFail() - Method in class se.umu.cs.unittest.Test3
 
showPanel() - Method in class view.TesterView
This method sets the frame of the swing worker to be visible.

T

tearDown() - Method in class se.umu.cs.unittest.Test1
 
Test1 - Class in se.umu.cs.unittest
 
Test1() - Constructor for class se.umu.cs.unittest.Test1
 
Test2 - Class in se.umu.cs.unittest
 
Test2() - Constructor for class se.umu.cs.unittest.Test2
 
Test3 - Class in se.umu.cs.unittest
 
Test3() - Constructor for class se.umu.cs.unittest.Test3
 
TestClass - Interface in se.umu.cs.unittest
 
testClasses(String) - Method in class Model.TesterModel
The main public method of the Class which can be called on with a appropriate className given as param.
testDecrement() - Method in class se.umu.cs.unittest.Test1
 
TesterModel - Class in Model
This is the Model class for the entire program.
TesterModel() - Constructor for class Model.TesterModel
 
TesterView - Class in view
This is the view class in MVC of the module.
TesterView() - Constructor for class view.TesterView
The constructor of the GUI.
testFailing() - Method in class se.umu.cs.unittest.Test1
 
testFailingByException() - Method in class se.umu.cs.unittest.Test1
 
testIncrement() - Method in class se.umu.cs.unittest.Test1
 
testInitialisation() - Method in class se.umu.cs.unittest.Test1
 

V

value() - Method in class se.umu.cs.unittest.MyInt
 
view - package view
 
A B C D E G I K M S T V 
All Classes All Packages