java:junit4
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
java:junit4 [2010/07/30 23:01] – rlunaro | java:junit4 [2022/12/02 21:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 52: | Line 52: | ||
import org.springframework.beans.factory.annotation.Autowired; | import org.springframework.beans.factory.annotation.Autowired; | ||
+ | import static org.junit.Assert.*; | ||
Line 83: | Line 84: | ||
System.out.println(" | System.out.println(" | ||
element.setIdAndContent( -1, new StringBuilder(" | element.setIdAndContent( -1, new StringBuilder(" | ||
+ | assertTrue( true ); | ||
} | } | ||
Line 138: | Line 140: | ||
Otro problema bastante común es que se produce un error "File not found exception": | Otro problema bastante común es que se produce un error "File not found exception": | ||
- | ===== Tercer | + | ===== Segundo |
Tampoco se os ocurra crear la suite de tests usando el asistente de eclipse. Aquí hay que picarlo todo a mano. Os paso un ejemplo de los muchos que hay por internet: | Tampoco se os ocurra crear la suite de tests usando el asistente de eclipse. Aquí hay que picarlo todo a mano. Os paso un ejemplo de los muchos que hay por internet: |
java/junit4.1280530867.txt.gz · Last modified: 2022/12/02 21:02 (external edit)