Changeset b67dfd3 for src/test/java
- Timestamp:
- 05/06/25 00:44:02 (12 days ago)
- Branches:
- main
- Children:
- e48199a
- Parents:
- 142c0f8
- Location:
- src/test/java/com/example/rezevirajmasa/demo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/java/com/example/rezevirajmasa/demo/CustomerRepositoryTests.java
r142c0f8 rb67dfd3 1 1 package com.example.rezevirajmasa.demo; 2 2 3 import com.example.rezevirajmasa.demo.model.Customer;4 3 import com.example.rezevirajmasa.demo.model.MembershipLevel; 5 4 import com.example.rezevirajmasa.demo.model.exceptions.InvalidCustomerIdException; 6 import com.example.rezevirajmasa.demo.repository.CustomerRepository;7 5 8 6 import org.assertj.core.api.Assertions; -
src/test/java/com/example/rezevirajmasa/demo/TableRepositoryTests.java
r142c0f8 rb67dfd3 22 22 tableEntity.setDescription("Romantic spot"); 23 23 tableEntity.setSmokingArea(true); 24 tableEntity.set Location("Big blue");24 tableEntity.setTableLocation("Big blue"); 25 25 26 26 TableEntity savedTable = tableRepository.save(tableEntity);
Note:
See TracChangeset
for help on using the changeset viewer.