My favorites
▼
|
Sign in
chuidiang-ejemplos
Ejemplos de www.chuidiang.com
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
ejemplo-junit
/
src
/
main
/
java
/
com
/
chuidiang
/
ejemplos
/
Resta.java
r94
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.chuidiang.ejemplos;
/**
* Clase tonta para hacer con ella test de junit
*
* @author Chuidiang
*
*/
public class Resta {
public double decrementa(double a) {
return a - 1;
}
public double getDiferencia(double a, double b) {
return a - b;
}
}
Show details
Hide details
Change log
r52
by chuidiang on May 7, 2009
Diff
Version con junit 3.8.1
Go to:
.../com/chuidiang/ejemplos/App.java
...om/chuidiang/ejemplos/Resta.java
...com/chuidiang/ejemplos/Suma.java
.../chuidiang/ejemplos/AppTest.java
...a/com/chuidiang/ejemplos/junit38
...g/ejemplos/junit38/AllTests.java
...diang/ejemplos/junit38/Main.java
.../ejemplos/junit38/TestResta.java
...g/ejemplos/junit38/TestSuma.java
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 311 bytes, 17 lines
View raw file
Powered by
Google Project Hosting