Skip to content

Commit

Permalink
lab07 pss on junit/tdd
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphori committed Nov 6, 2023
1 parent 6ab2a9e commit a850ba3
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,28 +417,32 @@ packages:
to: 02-inheritance-rich-design/README.md
- from: readmes/pss-lab-inheritance.md
to: README.md
pss-lab07:
format:
- repo
destinations:
- unibo-lptsi-pss/pss-lab07
contents:
- from: java/testing/junit/
to: 01-junit-bankaccounts/
- from: java/testing/tdd/
to: 01-tdd/
pss-lab08:
format:
- repo
destinations:
- unibo-lptsi-pss/pss-lab08
contents:
# DRY with extension
- from: java/inheritance/improve-design/
to: 01-dry/
# Design with abstract classes
- from: java/inheritance/guided-design/
to: 02-abstract-classes/
to: 01-abstract-classes/
# Note: Solutions of the following exercise make use of abstract classes
- from: java/inheritance/rich-domain-design/
to: 03-04-rich-design/
to: 02-rich-design/
excluding:
- README-domain.md
- README-extension.md
- from: java/inheritance/rich-domain-design/README-extension.md
to: 03-04-rich-design/Esercizio 44.md
- from: java/inheritance/rich-domain-design/README-domain.md
to: 03-04-rich-design/Esercizio 45.md
- from: git/instructions-clone.md
to: README.md
pss-lab09:
format:
Expand Down

0 comments on commit a850ba3

Please sign in to comment.