My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
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;
}
}

Change log

r52 by chuidiang on May 7, 2009   Diff
Version con junit 3.8.1
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 311 bytes, 17 lines
Powered by Google Project Hosting