Skip to content

Commit

Permalink
06 Unit testing and mocking assignment fix (#132)
Browse files Browse the repository at this point in the history
* remove RegistrationComparator.java from file structure

Co-authored-by: i590615 <[email protected]>
  • Loading branch information
panayot-marinov and panayotmarinov authored Nov 23, 2023
1 parent 7c3f5b3 commit 2638204
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions 06-unit-testing-and-mocking/lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,21 +194,25 @@ src
├── center
│ ├── comparator
│ │ ├── KWhComparator.java
│ │ └── RegistrationComparator.java
│ │ └── (...)
│ ├── exceptions
│ │ ├── DeviceAlreadyRegisteredException.java
│ │ └── DeviceNotFoundException.java
│ └── IntelligentHomeCenter.java
│ │ ├── DeviceNotFoundException.java
│ │ └── (...)
│ ├── IntelligentHomeCenter.java
│ └── (...)
├── device
│ ├── AmazonAlexa.java
│ ├── DeviceType.java
│ ├── IoTDevice.java
│ ├── IoTDeviceBase.java
│ ├── RgbBulb.java
│ └── WiFiThermostat.java
│ ├── WiFiThermostat.java
│ └── (...)
└── storage
├── DeviceStorage.java
└── MapDeviceStorage.java
├── MapDeviceStorage.java
└── (...)
test
└── bg.sofia.uni.fmi.mjt.intelligenthome
└── (...)
Expand Down

0 comments on commit 2638204

Please sign in to comment.