Skip to content

Práctica de la asignatura Tecnologías para el Desarrollo Software implementando un boletín de noticias. Implementa el diseño basado en TDD y Test First. Es un proyecto Ant y Maven.

Notifications You must be signed in to change notification settings

marrobl/equipo5-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRACTICA 3 TDS

CLASES REALIZADAS

  • Noticia
    • Noticia.java
      • SLOC: 137
      • LLOC: 55
    • CategoriaNoticia.java
      • SLOC: 11
      • LLOC: 4
    • NoticiaTDDTest.java
      • SLOC: 196
      • LLOC: 190
  • BoletinNoticia
    • BoletinNoticia.java
      • SLOC: 309
      • LLOC: 112
    • BoletinNoticiaTDDTest.java
      • SLOC: 253
      • LLOC: 247
    • BoletinNoticiaBlackBoxTest.java
      • SLOC: 127
      • LLOC: 121
    • BoletinNoticiaSequenceTest.java
      • SLOC: 30
      • LLOC: 24
    • BoletinNoticiaIsolationBlackBoxTest.java
      • SLOC: 170
      • LLOC: 164
    • BoletinNoticiaIsolationTDDTest.java
      • SLOC: 301
      • LLOC: 295
    • BoletinNoticiaIsolationWhiteBoxTest.java
      • SLOC: 115
      • LLOC: 109

MAN HOURS

El total de horas hombre empleadas para la realización de este proyecto ha sido de 5 días, 2h (teniendo en cuenta que un día equivale a 8h)

About

Práctica de la asignatura Tecnologías para el Desarrollo Software implementando un boletín de noticias. Implementa el diseño basado en TDD y Test First. Es un proyecto Ant y Maven.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages