-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated junit and added some files to begin tests
- Loading branch information
Showing
4 changed files
with
43 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package postageapp; | ||
import junit.framework.TestCase; | ||
|
||
/** | ||
* Created with IntelliJ IDEA. | ||
* User: stephanleroux | ||
* Date: 2012-11-28 | ||
* Time: 7:57 PM | ||
* To change this template use File | Settings | File Templates. | ||
*/ | ||
public class ModelTestCase extends TestCase { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package postageapp.models; | ||
|
||
import postageapp.ModelTestCase; | ||
|
||
/** | ||
* Created with IntelliJ IDEA. | ||
* User: stephanleroux | ||
* Date: 2012-11-28 | ||
* Time: 7:56 PM | ||
* To change this template use File | Settings | File Templates. | ||
*/ | ||
public class AccountInfoTest extends ModelTestCase { | ||
} |