Changes

Jump to: navigation, search

Teams Winter 2011/team4/lab1

409 bytes added, 17:14, 27 March 2011
no edit summary
=Lab 1=
*[http://zenit.senecac.on.ca/wiki/index.php/Teams_Winter_2011/team4 Teampage]
 
==Tutorial==
===Writing and running JUnit tests===
*Select a package in the package explorer, right click: New->JUnit Test Case
**Give it a meaningful name, Click Finish
*Ensure your class "extends TestCase"
*Create functions within your class, JUnit will automatically call them if they adhere to the naming conventions: function name = "test" + x
**public void testEquivs()
*Select your Java project in the package explorer, right click: Debug As->JUnit Test

Navigation menu